aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-09-27 06:42:51 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-09-27 06:43:06 +0800
commit18bba0949121f3f600a146db095bb99f58cf21c9 (patch)
tree5f643321da5553d17f96f169b267c1a315d08a2c
parentf2fa4ca97ea3812dba78820323a1ccbf58921b40 (diff)
downloadrneovim-18bba0949121f3f600a146db095bb99f58cf21c9.tar.gz
rneovim-18bba0949121f3f600a146db095bb99f58cf21c9.tar.bz2
rneovim-18bba0949121f3f600a146db095bb99f58cf21c9.zip
vim-patch:d9af78b: runtime(docs): update `:set?` command behavior table
closes: vim/vim#15746 https://github.com/vim/vim/commit/d9af78b9450362847b344f8dc0f68d015b428d03 Co-authored-by: Milly <milly.ca@gmail.com>
-rw-r--r--runtime/doc/options.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index cf6fb000f4..53847cf36d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -333,13 +333,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*