aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2021-12-25 11:31:54 +0800
committerzeertzjq <zeertzjq@outlook.com>2021-12-25 11:31:54 +0800
commitcf609ce655676b7c4fb7eecdafb4df1b1f60afb6 (patch)
tree77e663c24933f3dbfb38efcf7186f5bfd47e1227
parent42cf76fd0ab2afe3ca633d0d6600c8a771731f57 (diff)
downloadrneovim-cf609ce655676b7c4fb7eecdafb4df1b1f60afb6.tar.gz
rneovim-cf609ce655676b7c4fb7eecdafb4df1b1f60afb6.tar.bz2
rneovim-cf609ce655676b7c4fb7eecdafb4df1b1f60afb6.zip
vim-patch:8.2.3784: the help for options is outdated
Problem: The help for options is outdated. Solution: Include all the recent changes. https://github.com/vim/vim/commit/7b1463bca36d16e70afd6779e4fbb30761048c91 This is the only applicable hunk.
-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