aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-09-10 08:43:45 -0700
committerGitHub <noreply@github.com>2021-09-10 08:43:45 -0700
commit7525052270c4c5e62b9b5bc7dbc20b851f986900 (patch)
tree2e29d778af83871bed859d1301ecdd1bb09979cb /runtime
parent0dcfd0e8d101389fb6a33a7e887114ea0c062648 (diff)
parent36aff87ab6a043a31c13daf4522843498b98c93f (diff)
downloadrneovim-7525052270c4c5e62b9b5bc7dbc20b851f986900.tar.gz
rneovim-7525052270c4c5e62b9b5bc7dbc20b851f986900.tar.bz2
rneovim-7525052270c4c5e62b9b5bc7dbc20b851f986900.zip
Merge #15626 vim-patch:8.1.{2281,2283},8.2.{2903,3391,3397}
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 90ba3b86d9..e2248e5d9a 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5476,7 +5476,7 @@ A jump table for the options with a short description can be found at |Q_op|.
*'showbreak'* *'sbr'* *E595*
'showbreak' 'sbr' string (default "")
- global
+ global or local to window |global-local|
String to put at the start of lines that have been wrapped. Useful
values are "> " or "+++ ": >
:set showbreak=>\
@@ -5490,7 +5490,10 @@ A jump table for the options with a short description can be found at |Q_op|.
Note that tabs after the showbreak will be displayed differently.
If you want the 'showbreak' to appear in between line numbers, add the
"n" flag to 'cpoptions'.
-
+ A window-local value overrules a global value. If the global value is
+ set and you want no value in the current window use NONE: >
+ :setlocal showbreak=NONE
+<
*'showcmd'* *'sc'* *'noshowcmd'* *'nosc'*
'showcmd' 'sc' boolean (Vim default: on, Vi default: off)
global