diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-10 07:06:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 07:06:34 +0800 |
commit | 43f22853fecf312713deed983b9cde1a6bda6ebd (patch) | |
tree | e0e36eada7deb9d107c5ef6f060f11cf99b2c785 | |
parent | c80a3976cb34c2b3c7f6f01e9ad2db41a4f67796 (diff) | |
download | rneovim-43f22853fecf312713deed983b9cde1a6bda6ebd.tar.gz rneovim-43f22853fecf312713deed983b9cde1a6bda6ebd.tar.bz2 rneovim-43f22853fecf312713deed983b9cde1a6bda6ebd.zip |
docs: fix misplaced mention of 'backupdir' (#25568)
-rw-r--r-- | runtime/doc/news.txt | 7 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index b0f3b76587..d3cc8cf3d0 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -57,9 +57,10 @@ The following changes may require adaptations in user config or plugins. • for `backspace=1` set `backspace=indent,eol` • for `backspace=2` set `backspace=indent,eol,start` (default behavior in Nvim) • for `backspace=3` set `backspace=indent,eol,nostop` - • paths in |'backupdir'|, |'path'| and |'cdpath'| can no longer be separated with - spaces (but paths themselves may contain spaces now). - • |'directory'| will no longer remove a `>` at the start of the option. + • paths in |'path'| and |'cdpath'| can no longer be separated with spaces + (but paths themselves may contain spaces now). + • |'backupdir'| and |'directory'| will no longer remove a `>` at the start + of the option. • |LanguageTree:parse()| will no longer parse injections by default and now requires an explicit range argument to be passed. If injections are diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 4161d3b21e..c354a9e463 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -657,7 +657,6 @@ Options: *'balloondelay'* *'bdlay'* *'ballooneval'* *'beval'* *'noballooneval'* *'nobeval'* *'balloonexpr'* *'bexpr'* - 'backupdir': paths can no longer be separated with spaces. bioskey (MS-DOS) 'cdpath': paths can no longer be separated with spaces. conskey (MS-DOS) @@ -724,7 +723,7 @@ Options: Use |g8| or |ga|. See |mbyte-combining|. *'maxmem'* 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 *'printdevice'* *'printencoding'* |