diff options
-rw-r--r-- | runtime/doc/map.txt | 2 | ||||
-rw-r--r-- | runtime/doc/options.txt | 15 |
2 files changed, 9 insertions, 8 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 3bdf8c1e13..7fd1f3bfbb 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1684,7 +1684,7 @@ The valid escape sequences are nothing. Supported modifiers are |:aboveleft|, |:belowright|, |:botright|, |:browse|, |:confirm|, |:hide|, |:horizontal|, |:keepalt|, |:keepjumps|, |:keepmarks|, |:keeppatterns|, - |:leftabove|, |:lockmarks|, |:noautocmd|, |:noswapfile| + |:leftabove|, |:lockmarks|, |:noautocmd|, |:noswapfile|, |:rightbelow|, |:sandbox|, |:silent|, |:tab|, |:topleft|, |:unsilent|, |:verbose|, and |:vertical|. Note that |:filter| is not supported. 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* |