Home
last modified time | relevance | path

Searched refs:vimruntime (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmisc1.c1661 int vimruntime; in vim_getenv() local
1713 vimruntime = (STRCMP(name, "VIMRUNTIME") == 0); in vim_getenv()
1714 if (!vimruntime && STRCMP(name, "VIM") != 0) in vim_getenv()
1721 if (vimruntime in vim_getenv()
1811 if (!vimruntime) in vim_getenv()
1833 if (vimruntime && (pend = vim_version_dir(p)) != NULL) in vim_getenv()
1850 if (vimruntime && *default_vimruntime_dir != NUL) in vim_getenv()
1857 if (vimruntime && (p = vim_version_dir(default_vim_dir)) != NULL) in vim_getenv()
1874 if (vimruntime) in vim_getenv()
/vim-8.2.3635/runtime/doc/
H A Dos_vms.txt143 subdirectory of the Vim distribution to vimruntime.
H A Doptions.txt6421 :set runtimepath=~/vimruntime,/mygroup/vim,$VIMRUNTIME
6422 < This will use the directory "~/vimruntime" first (containing your