From: Milly Date: Thu, 26 Sep 2024 13:54:43 +0000 (+0200) Subject: runtime(docs): update `:set?` command behavior table X-Git-Tag: v9.1.0742~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9af78b9450362847b344f8dc0f68d015b428d03;p=thirdparty%2Fvim.git runtime(docs): update `:set?` command behavior table closes: #15746 Signed-off-by: Milly Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 26779ad8e4..94671d17cb 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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*