]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(docs): update `:set?` command behavior table
authorMilly <milly.ca@gmail.com>
Thu, 26 Sep 2024 13:54:43 +0000 (15:54 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 26 Sep 2024 13:54:43 +0000 (15:54 +0200)
closes: #15746

Signed-off-by: Milly <milly.ca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 26779ad8e4b8bc353770c701ca5ce278f701a24b..94671d17cb3baec8c6554b396917663fb62d461f 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 9.1.  Last change: 2024 Sep 10
+*options.txt*  For Vim version 9.1.  Last change: 2024 Sep 26
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -396,13 +396,14 @@ between string and number-based options.
                        options which are different from the default.
 
 For buffer-local and window-local options:
-       Command          global value       local value ~
-      :set option=value             set                set
- :setlocal option=value              -                 set
-:setglobal option=value             set                 -
-      :set option?           -                display
- :setlocal option?           -                display
-:setglobal option?         display              -
+       Command          global value     local value          condition ~
+      :set option=value             set              set
+ :setlocal option=value              -               set
+:setglobal option=value             set               -
+      :set option?           -              display     local value is set
+      :set option?         display            -         local value is not set
+ :setlocal option?           -              display
+:setglobal option?         display            -
 
 
 Global options with a local value                      *global-local*