aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
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 /src/nvim/options.lua
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 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index df2a8edc04..8b9cdefd57 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -2175,7 +2175,7 @@ return {
{
full_name='showbreak', abbreviation='sbr',
short_desc=N_("string to use at the start of wrapped lines"),
- type='string', scope={'global'},
+ type='string', scope={'global', 'window'},
redraw={'all_windows'},
varname='p_sbr',
defaults={if_true=""}