diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-01-27 08:37:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 08:37:36 +0100 |
commit | 480fbbe296d4cad860855fc62a9d8296e915c8df (patch) | |
tree | 71a6c4d725a0430c555de7ee0efc2b4f1f78ca21 /runtime | |
parent | 0813b9fde456b991ee5e7ea8a9da2c21a09a13c1 (diff) | |
parent | aa4eadd2bee7d389edc6284078bb43c700de5b0f (diff) | |
download | rneovim-480fbbe296d4cad860855fc62a9d8296e915c8df.tar.gz rneovim-480fbbe296d4cad860855fc62a9d8296e915c8df.tar.bz2 rneovim-480fbbe296d4cad860855fc62a9d8296e915c8df.zip |
Merge pull request #17145 from zeertzjq/vim-8.2.0128
vim-patch:8.2.0128: cannot list options one per line
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4536079cea..13a19d8991 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -20,9 +20,13 @@ achieve special effects. These options come in three forms: 1. Setting options *set-option* *E764* *:se* *:set* -:se[t] Show all options that differ from their default value. +:se[t][!] Show all options that differ from their default value. + When [!] is present every option is on a separate + line. -:se[t] all Show all options. +:se[t][!] all Show all options. + When [!] is present every option is on a separate + line. *E518* *E519* :se[t] {option}? Show value of {option}. @@ -235,7 +239,7 @@ happens when the buffer is not loaded, but they are lost when the buffer is wiped out |:bwipe|. *:setl* *:setlocal* -:setl[ocal] ... Like ":set" but set only the value local to the +:setl[ocal][!] ... Like ":set" but set only the value local to the current buffer or window. Not all options have a local value. If the option does not have a local value the global value is set. @@ -257,7 +261,7 @@ wiped out |:bwipe|. {option}, so that the global value will be used. *:setg* *:setglobal* -:setg[lobal] ... Like ":set" but set only the global value for a local +:setg[lobal][!] ... Like ":set" but set only the global value for a local option without changing the local value. When displaying an option, the global value is shown. With the "all" argument: display global values for all |