Searched refs:vimruntime (Results 1 – 3 of 3) sorted by relevance
1661 int vimruntime; in vim_getenv() local1713 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()
143 subdirectory of the Vim distribution to vimruntime.
6421 :set runtimepath=~/vimruntime,/mygroup/vim,$VIMRUNTIME6422 < This will use the directory "~/vimruntime" first (containing your