aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-12-25 21:10:44 -0500
committerGitHub <noreply@github.com>2021-12-25 21:10:44 -0500
commit1dcdf86849d58d6ff5c2ca6728657e7305226a36 (patch)
tree019021929437d1bae0d27cfb24d312e616f40102 /runtime/doc/options.txt
parent8bc7c6fab94a56f034ed459038fa17918886d22e (diff)
parenta5d3dd9359cd727f7c2e89b9b3951d55df4acf5d (diff)
downloadrneovim-1dcdf86849d58d6ff5c2ca6728657e7305226a36.tar.gz
rneovim-1dcdf86849d58d6ff5c2ca6728657e7305226a36.tar.bz2
rneovim-1dcdf86849d58d6ff5c2ca6728657e7305226a36.zip
Merge pull request #16618 from zeertzjq/vim-8.2.3780
vim-patch:8.2.{3780,3784}: ":cd" works differently on MS-Windows
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b75dd78b57..c929178f5a 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1159,6 +1159,14 @@ A jump table for the options with a short description can be found at |Q_op|.
case mapping, the current locale is not effective.
This probably only matters for Turkish.
+ *'cdhome'* *'cdh'*
+'cdhome' 'cdh' boolean (default: off)
+ global
+ When on, |:cd|, |:tcd| and |:lcd| without an argument changes the
+ current working directory to the |$HOME| directory like in Unix.
+ When off, those commands just print the current directory name.
+ On Unix this option has no effect.
+
*'cdpath'* *'cd'* *E344* *E346*
'cdpath' 'cd' string (default: equivalent to $CDPATH or ",,")
global