diff options
author | zeertzjq <zeertzjq@outlook.com> | 2021-10-19 22:37:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 07:37:11 -0700 |
commit | bdd180b5d2be85999b10a86486d5b1bb127bb169 (patch) | |
tree | ca2824427200f2c15e7612b0ee9aeab3fd9ab4e0 /runtime/doc/options.txt | |
parent | da7a4684df326892718aff9056767d4620b567c3 (diff) | |
download | rneovim-bdd180b5d2be85999b10a86486d5b1bb127bb169.tar.gz rneovim-bdd180b5d2be85999b10a86486d5b1bb127bb169.tar.bz2 rneovim-bdd180b5d2be85999b10a86486d5b1bb127bb169.zip |
docs: clarify chdir/CWD behaviors #16083
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 3520d40591..be397117b2 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1159,9 +1159,9 @@ A jump table for the options with a short description can be found at |Q_op|. 'cdpath' 'cd' string (default: equivalent to $CDPATH or ",,") global This is a list of directories which will be searched when using the - |:cd| and |:lcd| commands, provided that the directory being searched - for has a relative path, not an absolute part starting with "/", "./" - or "../", the 'cdpath' option is not used then. + |:cd|, |:tcd| and |:lcd| commands, provided that the directory being + searched for has a relative path, not an absolute part starting with + "/", "./" or "../", the 'cdpath' option is not used then. The 'cdpath' option's value has the same form and semantics as |'path'|. Also see |file-searching|. The default value is taken from $CDPATH, with a "," prepended to look |