diff options
author | Lewis Russell <me@lewisr.dev> | 2022-09-06 11:23:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 11:23:01 +0100 |
commit | 84d1094958fdbdda67f629197924d4146e2a1887 (patch) | |
tree | 98e20f97a5c5ce818ade4f330bca45ca1d4d26bf /src/nvim/options.lua | |
parent | 05893aea391d91e159a41f03acc20049c7049510 (diff) | |
parent | 75adfefc85bcf0d62d2c0f51a951e6003b595cea (diff) | |
download | rneovim-84d1094958fdbdda67f629197924d4146e2a1887.tar.gz rneovim-84d1094958fdbdda67f629197924d4146e2a1887.tar.bz2 rneovim-84d1094958fdbdda67f629197924d4146e2a1887.zip |
Merge pull request #19419 from vigoux/extmark_spell
Co-authored-by: Lewis Russell <lewis6991@gmail.com>
Co-authored-by: Björn Linse <bjorn.linse@gmail.com>
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 717ca6747b..49adf03aa0 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2355,6 +2355,7 @@ return { secure=true, expand=true, varname='p_spo', + redraw={'current_buffer'}, defaults={if_true=""} }, { |