Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 37) sorted by relevance

12

/vim-8.2.3635/runtime/doc/
H A Dpi_vimball.txt67 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 Dif_mzsch.txt70 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 Dos_vms.txt84 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 Dpi_zip.txt128 before converting to cygwin-style paths
H A Dif_pyth.txt212 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 Dundo.txt245 a simple scheme that maps filesystem paths directly to undo files. Vim will
H A Dpi_netrw.txt459 =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 Dfindfile.c2609 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 Dmisc1.c1492 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 DREADME.md48 filepath.c | dealing with file names and paths
H A DINSTALLpc.txt69 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 Dif_py_both.h1209 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 Djavascript.vim48 " User is expected to augment it with contextually-relevant paths
H A Draku.vim42 " compunit paths is nontrivial. Probably it's more convenient to rely on
H A Docaml.vim299 " 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 Dpowershell.vim38 " Use absolute path because powershell requires explicit relative paths
/vim-8.2.3635/runtime/plugin/
H A DvimballPlugin.vim1 " vimballPlugin : construct a file containing both paths and files
/vim-8.2.3635/runtime/syntax/
H A Damiga.vim18 " Amiga aliases and paths
H A Dgitcommit.vim47 syn region gitcommitUnmerged start=/^# Unmerged paths:/ end=/^#$\|^#\@!/ contains=gitcommitHeader,…
H A Dmplayerconf.vim104 \ softvol softvol-max sub-paths subfont
H A Ddcl.vim67 " Filenames (devices, paths)
/vim-8.2.3635/runtime/autoload/
H A Dvimball.vim1 " 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 DREADME.txt19 "GvimExt.reg". You can edit this file to add the paths. To install the
/vim-8.2.3635/runtime/
H A Dscripts.vim48 " Only accept spaces in PC style paths: "#!c:/program files/perl [args]".
/vim-8.2.3635/src/testdir/
H A Dtest_options.vim583 " function will do this but it cannot handle comma-separated paths. This is

12