diff options
author | Siddhant Agarwal <68201519+siddhantdev@users.noreply.github.com> | 2025-02-06 17:47:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 04:17:36 -0800 |
commit | 6db830e40e92dd61cd62d3e0bb5296e8b600cc18 (patch) | |
tree | 051e5cf975524ef020ed873f086e1e4bef94dd16 /runtime/doc | |
parent | 878b3b89c316138d99f9dbc47c84f2f94591df03 (diff) | |
download | rneovim-6db830e40e92dd61cd62d3e0bb5296e8b600cc18.tar.gz rneovim-6db830e40e92dd61cd62d3e0bb5296e8b600cc18.tar.bz2 rneovim-6db830e40e92dd61cd62d3e0bb5296e8b600cc18.zip |
feat(defaults): enable diffopt "linematch" #32346
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 1 | ||||
-rw-r--r-- | runtime/doc/options.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 12fac28db8..bfa98dce05 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -72,6 +72,7 @@ DEFAULTS • 'number', 'relativenumber', 'signcolumn', and 'foldcolumn' are disabled in |terminal| buffers. See |terminal-config| for an example of changing these defaults. +• 'diffopt' default includes "linematch:40". DIAGNOSTICS diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4d186bd761..550d3cbb14 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2032,7 +2032,7 @@ A jump table for the options with a short description can be found at |Q_op|. security reasons. *'diffopt'* *'dip'* -'diffopt' 'dip' string (default "internal,filler,closeoff") +'diffopt' 'dip' string (default "internal,filler,closeoff,linematch:40") global Option settings for diff mode. It can consist of the following items. All are optional. Items must be separated by a comma. |