Tony Mechelynck to Anton Shepelev: > > On my PC, for example, Vim's executables are installed > > at > > > > C:\Program Files\Vim\vim80 > > > > but > > > > set | grep vim > > > > does [not] show anything. > > At the command prompt, > echo %PATH% > > should display a list of directories, one of which > contains the Vim executables.
The `set' command, invoked without parameters, lists all the available environment variables with their values, so my command `set | grep vim' should have found `vim' too. Here is my complete output of `echo %PATH%': C:\MinGW\bin\ D:\PROGRAMS\TCC\ C:\WINDOWS\system32 C:\WINDOWS C:\WINDOWS\System32\Wbem D:\BIN\ D:\PROGRAMS\GRAPHVIZ\bin\ C:\Program Files\gs\gs9.10\lib\ C:\Program Files\gs\gs9.10\bin\ D:\PROGRAMS\FPC\bin\i386-Win32 C:\Program Files\GtkSharp\2.12\bin C:\Program Files\Subversion\bin C:\Program Files\Pandoc\ and the only instance of gvim.exe on my entire PC is: C:\Program Files\Vim\vim80\gvim.exe Yet I can start gvim from the command line in any directory... -- Please, do not forward replies to the list to my e-mail. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20200803203138.c4fb9f00ea80f5cb8aa60462%40gmail.com.
