Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 25 of 85) sorted by relevance

1234

/vim-8.2.3635/runtime/doc/
H A Dft_rust.txt28 |: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 Dos_mac.txt102 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 Dft_ps1.txt61 listed in the `PATH` environment variable, which chocolatey above does.
H A Dos_win32.txt80 $PATH *win32-PATH*
82 The directory of the Vim executable is appended to $PATH. This is mostly to
H A Dif_mzsch.txt301 PATH=%PATH%;C:\Racket63\lib
/vim-8.2.3635/src/
H A Dmsys64.bat6 set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH% variable
H A Dmsys32.bat6 set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH% variable
H A Dmsvcsetup.bat4 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH% variable
H A DINSTALLpc.txt192 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 Dwhich.sh7 for ac_dir in $PATH; do
H A Dconfigure.ac210 …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 DMake_cyg_ming.mak194 # $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 Duninstall.txt43 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.yml28 - path C:\Python35-x64;%PATH%
H A Dvimtutor.bat62 ECHO No vim or gvim found in current directory or PATH.
/vim-8.2.3635/src/auto/
H A Dconfigure2319 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 Dshellmenu.vim77 imenu Environ.PATH ${PATH}
/vim-8.2.3635/runtime/syntax/
H A Ddosbatch.vim79 syn match dosbatchArgument "%\~[fdpnxs]\+\(\($PATH:\)\=[a-z]\|\d\)\>"
81 syn match dosbatchArgument "%\~[fdpnxsatz]\+\(\($PATH:\)\=[a-z]\|\d\)\>"
H A Dclipper.vim43 syn keyword clipperStatement ORDER PATH PRINTER PROCEDURE RELATION SCOREBOARD
H A Dcsh.vim57 syn keyword cshShellVariables HOME LOGNAME PATH TERM USER
/vim-8.2.3635/.github/workflows/
H A Dci.yml502 PATH %LUA_DIR%;C:\msys64\${{ matrix.msystem }}\bin;%PATH%;%PYTHON3_DIR%
/vim-8.2.3635/src/testdir/
H A Dtest_cmdline.vim510 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 Druby.vim66 let prefix = 'env PATH='.shellescape($PATH).' '
H A Dpython.vim124 " Windows doesn't have a standalone pydoc executable in $PATH by default, nor
/vim-8.2.3635/READMEdir/
H A DREADME_dos.txt77 $PATH. If you skip this, you can add Vim to the search path manually:

1234