| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_rust.txt | 28 |:RustExpand| commands. If unset, "rustc" will be located in $PATH: > 95 Set this option to the name of the 'rustfmt' executable in your $PATH. If 151 Otherwise it is assumed rustc can be found in $PATH. 170 Otherwise it is assumed rustc can be found in $PATH. 181 Otherwise it is assumed rustc can be found in $PATH. 192 Otherwise it is assumed rustc can be found in $PATH.
|
| H A D | os_mac.txt | 102 Q: How can I set $PATH to something reasonable when I start Vim.app from the 107 let s:path = system("echo echo VIMPATH'${PATH}' | $SHELL -l") 108 let $PATH = matchstr(s:path, 'VIMPATH\zs.\{-}\ze\n')
|
| H A D | ft_ps1.txt | 61 listed in the `PATH` environment variable, which chocolatey above does.
|
| H A D | os_win32.txt | 80 $PATH *win32-PATH* 82 The directory of the Vim executable is appended to $PATH. This is mostly to
|
| H A D | if_mzsch.txt | 301 PATH=%PATH%;C:\Racket63\lib
|
| /vim-8.2.3635/src/ |
| H A D | msys64.bat | 6 set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH% variable
|
| H A D | msys32.bat | 6 set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH% variable
|
| H A D | msvcsetup.bat | 4 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH% variable
|
| H A D | INSTALLpc.txt | 192 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH% 351 console for that. You need to set $PATH to be able to build there, e.g.: 353 set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH% 357 set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH% 385 somewhere, and put them on your PATH. Go to the Control Panel, (Performance 818 You may need to close the console and reopen it to pick up the new $PATH. 1025 PATH or add the directory to PATH using the Windows Control Panel.
|
| H A D | which.sh | 7 for ac_dir in $PATH; do
|
| H A D | configure.ac | 210 …AC_ARG_WITH(developer-dir, [ --with-developer-dir=PATH use PATH as location for Xcode develope… 300 …AC_ARG_WITH([local-dir], [ --with-local-dir=PATH search PATH instead of /usr/local for local li… 1238 [ --with-python-config-dir=PATH Python's config directory (deprecated)], 1483 [ --with-python3-config-dir=PATH Python's config directory (deprecated)], 1790 AC_ARG_WITH(tclsh, [ --with-tclsh=PATH which tclsh to use (default: tclsh8.0)], 2840 dnl glib-compile-resources is found in PATH, use GResource. 2854 AC_MSG_RESULT([cannot be found in PATH.]) 2877 AC_MSG_RESULT([not found in PATH.]) 2892 AC_MSG_RESULT([not found in PATH.])
|
| H A D | Make_cyg_ming.mak | 194 # $PATH, then $SHELL is set to "sh.exe" (without any path). In this case, 197 # If the makefile is executed with mingw32-make and sh.exe IS found in $PATH, 202 # "/bin/sh". If the "make" command is in the $PATH, other unix-like commands
|
| /vim-8.2.3635/ |
| H A D | uninstall.txt | 43 remember where they are, look in the directories from the $PATH environment 64 $PATH. $VIM only needs to be removed if you are not going to install 65 another version of Vim. $VIMRUNTIME is mostly not set. Check if $PATH 66 contains the path of the vim directory. Note that $PATH may be set in
|
| H A D | .appveyor.yml | 28 - path C:\Python35-x64;%PATH%
|
| H A D | vimtutor.bat | 62 ECHO No vim or gvim found in current directory or PATH.
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 2319 for as_dir in $PATH 2688 for as_dir in $PATH 2728 for as_dir in $PATH 2781 for as_dir in $PATH 2822 for as_dir in $PATH 2880 for as_dir in $PATH 2924 for as_dir in $PATH 4047 for as_dir in $PATH 4087 for as_dir in $PATH 4643 for as_dir in $PATH [all …]
|
| /vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/ |
| H A D | shellmenu.vim | 77 imenu Environ.PATH ${PATH}
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dosbatch.vim | 79 syn match dosbatchArgument "%\~[fdpnxs]\+\(\($PATH:\)\=[a-z]\|\d\)\>" 81 syn match dosbatchArgument "%\~[fdpnxsatz]\+\(\($PATH:\)\=[a-z]\|\d\)\>"
|
| H A D | clipper.vim | 43 syn keyword clipperStatement ORDER PATH PRINTER PROCEDURE RELATION SCOREBOARD
|
| H A D | csh.vim | 57 syn keyword cshShellVariables HOME LOGNAME PATH TERM USER
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 502 PATH %LUA_DIR%;C:\msys64\${{ matrix.msystem }}\bin;%PATH%;%PYTHON3_DIR%
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cmdline.vim | 510 let save_path = $PATH 516 " Set PATH to example directory without trailing slash. 517 let $PATH = getcwd() . '/Xpathdir' 520 " dirs in the PATH, even though they won't be executed. We check that only 521 " subdirs of the PWD and executables from the PATH are included in the 529 let $PATH = save_path 1827 " There should be ls in the $PATH
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ruby.vim | 66 let prefix = 'env PATH='.shellescape($PATH).' '
|
| H A D | python.vim | 124 " Windows doesn't have a standalone pydoc executable in $PATH by default, nor
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_dos.txt | 77 $PATH. If you skip this, you can add Vim to the search path manually:
|