mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
vim-patch:d9af78b: runtime(docs): update :set?
command behavior table
closes: vim/vim#15746
d9af78b945
Co-authored-by: Milly <milly.ca@gmail.com>
This commit is contained in:
parent
f2fa4ca97e
commit
18bba09491
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user