mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
vim-patch:8.2.3784: the help for options is outdated
Problem: The help for options is outdated.
Solution: Include all the recent changes.
7b1463bca3
This is the only applicable hunk.
This commit is contained in:
parent
42cf76fd0a
commit
cf609ce655
@ -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.
|
case mapping, the current locale is not effective.
|
||||||
This probably only matters for Turkish.
|
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'* *E344* *E346*
|
||||||
'cdpath' 'cd' string (default: equivalent to $CDPATH or ",,")
|
'cdpath' 'cd' string (default: equivalent to $CDPATH or ",,")
|
||||||
global
|
global
|
||||||
|
Loading…
Reference in New Issue
Block a user