Merge pull request #30530 from zeertzjq/vim-d9af78b

vim-patch: doc updates
This commit is contained in:
zeertzjq 2024-09-27 07:22:54 +08:00 committed by GitHub
commit 98d1c0ebef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View File

@ -1684,7 +1684,7 @@ The valid escape sequences are
nothing. Supported modifiers are |:aboveleft|, |:belowright|, nothing. Supported modifiers are |:aboveleft|, |:belowright|,
|:botright|, |:browse|, |:confirm|, |:hide|, |:horizontal|, |:botright|, |:browse|, |:confirm|, |:hide|, |:horizontal|,
|:keepalt|, |:keepjumps|, |:keepmarks|, |:keeppatterns|, |:keepalt|, |:keepjumps|, |:keepmarks|, |:keeppatterns|,
|:leftabove|, |:lockmarks|, |:noautocmd|, |:noswapfile| |:leftabove|, |:lockmarks|, |:noautocmd|, |:noswapfile|,
|:rightbelow|, |:sandbox|, |:silent|, |:tab|, |:topleft|, |:rightbelow|, |:sandbox|, |:silent|, |:tab|, |:topleft|,
|:unsilent|, |:verbose|, and |:vertical|. |:unsilent|, |:verbose|, and |:vertical|.
Note that |:filter| is not supported. Note that |:filter| is not supported.

View File

@ -333,11 +333,12 @@ between string and number-based options.
options which are different from the default. options which are different from the default.
For buffer-local and window-local options: For buffer-local and window-local options:
Command global value local value ~ Command global value local value condition ~
:set option=value set set :set option=value set set
:setlocal option=value - set :setlocal option=value - set
:setglobal option=value set - :setglobal option=value set -
:set option? - display :set option? - display local value is set
:set option? display - local value is not set
:setlocal option? - display :setlocal option? - display
:setglobal option? display - :setglobal option? display -