docs: fix misplaced mention of 'backupdir' (#25568)

This commit is contained in:
zeertzjq 2023-10-10 07:06:34 +08:00 committed by GitHub
parent c80a3976cb
commit 43f22853fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -57,9 +57,10 @@ The following changes may require adaptations in user config or plugins.
• for `backspace=1` set `backspace=indent,eol` • for `backspace=1` set `backspace=indent,eol`
• for `backspace=2` set `backspace=indent,eol,start` (default behavior in Nvim) • for `backspace=2` set `backspace=indent,eol,start` (default behavior in Nvim)
• for `backspace=3` set `backspace=indent,eol,nostop` • for `backspace=3` set `backspace=indent,eol,nostop`
• paths in |'backupdir'|, |'path'| and |'cdpath'| can no longer be separated with • paths in |'path'| and |'cdpath'| can no longer be separated with spaces
spaces (but paths themselves may contain spaces now). (but paths themselves may contain spaces now).
• |'directory'| will no longer remove a `>` at the start of the option. • |'backupdir'| and |'directory'| will no longer remove a `>` at the start
of the option.
• |LanguageTree:parse()| will no longer parse injections by default and • |LanguageTree:parse()| will no longer parse injections by default and
now requires an explicit range argument to be passed. If injections are now requires an explicit range argument to be passed. If injections are

View File

@ -657,7 +657,6 @@ Options:
*'balloondelay'* *'bdlay'* *'balloondelay'* *'bdlay'*
*'ballooneval'* *'beval'* *'noballooneval'* *'nobeval'* *'ballooneval'* *'beval'* *'noballooneval'* *'nobeval'*
*'balloonexpr'* *'bexpr'* *'balloonexpr'* *'bexpr'*
'backupdir': paths can no longer be separated with spaces.
bioskey (MS-DOS) bioskey (MS-DOS)
'cdpath': paths can no longer be separated with spaces. 'cdpath': paths can no longer be separated with spaces.
conskey (MS-DOS) conskey (MS-DOS)
@ -724,7 +723,7 @@ Options:
Use |g8| or |ga|. See |mbyte-combining|. Use |g8| or |ga|. See |mbyte-combining|.
*'maxmem'* Nvim delegates memory-management to the OS. *'maxmem'* Nvim delegates memory-management to the OS.
*'maxmemtot'* Nvim delegates memory-management to the OS. *'maxmemtot'* Nvim delegates memory-management to the OS.
|'path'|: paths can no longer be separated with spaces. 'path': paths can no longer be separated with spaces.
printoptions printoptions
*'printdevice'* *'printdevice'*
*'printencoding'* *'printencoding'*