diff options
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index d4c10f7afa..99420c524b 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -261,6 +261,10 @@ call <SID>OptionG("sect", §) call append("$", "path\tlist of directory names used for file searching") call append("$", "\t(global or local to buffer)") call <SID>OptionG("pa", &pa) +if exists("+cdhome") + call <SID>AddOption("cdhome", "change directory to the home directory by :cd") + call <SID>BinOptionG("cdh", &cdh) +endif call append("$", "cdpath\tlist of directory names used for :cd") call <SID>OptionG("cd", &cd) if exists("+autochdir") |