| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_vimball.txt | 67 The range is composed of lines holding paths to files to be included 68 in your new vimball, omitting the portion of the paths that is 78 warning and not create the file. Note that these paths are relative 81 directory that exists as a prefix; don't use absolute paths, unless 243 installation root paths implemented for
|
| H A D | if_mzsch.txt | 70 collection path. If you want to specify additional paths use the 71 'current-library-collection-paths' parameter. E.g., to cons the user-local 74 (current-library-collection-paths 77 (current-library-collection-paths)))
|
| H A D | os_vms.txt | 84 Also GTK, XPM library paths should be configured in MAKE_VMS.MMS 371 Vim will internally convert any unix-style paths and even mixed unix/VMS 372 paths into VMS style paths. Some typical conversions resemble:
|
| H A D | pi_zip.txt | 128 before converting to cygwin-style paths
|
| H A D | if_pyth.txt | 212 are no longer paths. If stopped in case callable returned non-None, 339 the list of paths found in 'runtimepath': with this directory in sys.path and 410 Methods returning a list of paths which will be searched for by path
|
| H A D | undo.txt | 245 a simple scheme that maps filesystem paths directly to undo files. Vim will
|
| H A D | pi_netrw.txt | 459 =0 assume Windows' scp accepts windows-style paths 469 It is possible that some protocol will make paths relative to some 476 file using root-relative paths, use the full path: 815 style paths (default/else) 4222 allows scp and windows local paths to work.
|
| /vim-8.2.3635/src/ |
| H A D | findfile.c | 2609 char_u *paths = NULL; in expand_in_path() local 2622 paths = ga_concat_strings(&path_ga, ","); in expand_in_path() 2624 if (paths == NULL) in expand_in_path() 2631 globpath(paths, pattern, gap, glob_flags); in expand_in_path() 2632 vim_free(paths); in expand_in_path()
|
| H A D | misc1.c | 1492 char_u test[MAXPATHL], paths[MAXPATHL]; in expand_env_esc() local 1496 STRCPY(paths, USER_HOME); in expand_env_esc() 1497 next_path = paths; in expand_env_esc()
|
| H A D | README.md | 48 filepath.c | dealing with file names and paths
|
| H A D | INSTALLpc.txt | 69 run to set up paths for nmake and MSVC. 359 If you have msys64 in another location you will need to adjust the paths for 388 installation. If you use msys2 compilers, set your installed paths (normally
|
| H A D | if_py_both.h | 1209 PyObject *paths; in FinderFindSpec() local 1216 if (!(paths = Vim_GetPaths(self, NULL))) in FinderFindSpec() 1219 spec = PyObject_CallFunction(py_find_spec, "sOO", fullname, paths, target); in FinderFindSpec() 1221 Py_DECREF(paths); in FinderFindSpec()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | javascript.vim | 48 " User is expected to augment it with contextually-relevant paths
|
| H A D | raku.vim | 42 " compunit paths is nontrivial. Probably it's more convenient to rely on
|
| H A D | ocaml.vim | 299 " In: two strings representing paths 300 " Out: one string representing the common prefix between the two paths
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | powershell.vim | 38 " Use absolute path because powershell requires explicit relative paths
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | vimballPlugin.vim | 1 " vimballPlugin : construct a file containing both paths and files
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | amiga.vim | 18 " Amiga aliases and paths
|
| H A D | gitcommit.vim | 47 syn region gitcommitUnmerged start=/^# Unmerged paths:/ end=/^#$\|^#\@!/ contains=gitcommitHeader,…
|
| H A D | mplayerconf.vim | 104 \ softvol softvol-max sub-paths subfont
|
| H A D | dcl.vim | 67 " Filenames (devices, paths)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | vimball.vim | 1 " vimball.vim : construct a file containing both paths and files 67 " vimball#MkVimball: creates a vimball given a list of paths to files {{{2 69 " line1,line2: a range of lines containing paths to files to be included in the vimball
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | README.txt | 19 "GvimExt.reg". You can edit this file to add the paths. To install the
|
| /vim-8.2.3635/runtime/ |
| H A D | scripts.vim | 48 " Only accept spaces in PC style paths: "#!c:/program files/perl [args]".
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_options.vim | 583 " function will do this but it cannot handle comma-separated paths. This is
|