mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #30530 from zeertzjq/vim-d9af78b
vim-patch: doc updates
This commit is contained in:
commit
98d1c0ebef
@ -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.
|
||||
|
@ -333,11 +333,12 @@ 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 ~
|
||||
Command global value local value condition ~
|
||||
:set option=value set set
|
||||
:setlocal 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
|
||||
:setglobal option? display -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user