aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-07-17 14:27:21 +0100
committerGitHub <noreply@github.com>2023-07-17 14:27:21 +0100
commit881d17a11393da75a27c072faa3fd45f510175fe (patch)
treeb1bc798c4a36de45f3ee0058ffdd86782638214d /runtime/doc/vim_diff.txt
parent98b22867c33a45aaaf057afbeda8acb0216494e3 (diff)
downloadrneovim-881d17a11393da75a27c072faa3fd45f510175fe.tar.gz
rneovim-881d17a11393da75a27c072faa3fd45f510175fe.tar.bz2
rneovim-881d17a11393da75a27c072faa3fd45f510175fe.zip
feat(options)!: remove compatible behaviours for vim 5.0 and earlier
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 5246d3c2b8..5a05c04bb8 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -623,10 +623,17 @@ Highlight groups:
Options:
*'aleph'* *'al'*
antialias
+ 'backspace' no longer supports number values. Instead:
+ - for `backspace=0` set `backspace=` (empty)
+ - 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`
*'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)
*'cp'* *'nocompatible'* *'nocp'* *'compatible'* (Nvim is always "nocompatible".)
'cpoptions' (gjkHw<*- and all POSIX flags were removed)
@@ -691,6 +698,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.
printoptions
*'printdevice'*
*'printencoding'*