summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tags
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-08-13 19:43:42 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-13 19:43:42 +0200
commit4a8eb6e7a9df10f79bf95301ced012f0d6a13088 (patch)
tree711e5d8845667ef5a03c73926f66a4708c86e3ed /runtime/doc/tags
parente5e4709a6ac02dc2a17bd6e4d02e799269ba5ea9 (diff)
patch 9.0.1710: scrolloff options work slightly differentv9.0.1710
Problem: sidescrolloff and scrolloff options work slightly different than other global-local options Solution: Make it behave consistent for all global-local options It was noticed, that sidescrolloff and scrolloff options behave differently in comparison to other global-local window options like 'listchars' So make those two behave like other global-local options. Also add some extra documentation for a few special local-window options. Add a few tests to make sure all global-local window options behave similar closes: #12956 closes: #12643 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/tags')
-rw-r--r--runtime/doc/tags2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/tags b/runtime/doc/tags
index b34ecd5de4..ce1918f26a 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -9708,6 +9708,8 @@ spec_chglog_format pi_spec.txt /*spec_chglog_format*
spec_chglog_prepend pi_spec.txt /*spec_chglog_prepend*
spec_chglog_release_info pi_spec.txt /*spec_chglog_release_info*
special-buffers windows.txt /*special-buffers*
+special-local-buffer-option options.txt /*special-local-buffer-option*
+special-local-window-option options.txt /*special-local-window-option*
specifies vim9class.txt /*specifies*
speed-up tips.txt /*speed-up*
spell spell.txt /*spell*