diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-08-02 19:23:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 19:23:57 -0400 |
commit | 8baf7bce2b51e8d3d47b6c70ce054663d927639a (patch) | |
tree | ca10917fd84e011306b3303829704232b7f2f682 /src/nvim/options.lua | |
parent | 93443d59a9680a6055d4602653d34516bc2c2571 (diff) | |
parent | c24daf5a1013c629f82ba8d4a4de885d7986d982 (diff) | |
download | rneovim-8baf7bce2b51e8d3d47b6c70ce054663d927639a.tar.gz rneovim-8baf7bce2b51e8d3d47b6c70ce054663d927639a.tar.bz2 rneovim-8baf7bce2b51e8d3d47b6c70ce054663d927639a.zip |
Merge pull request #15226 from zeertzjq/vim-8.1.2029
vim-patch:8.1.2029,8.1.2117,8.1.2214,8.2.3204
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 7b8170094e..8a45cb69fa 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -558,7 +558,8 @@ return { { full_name='cursorlineopt', abbreviation='culopt', short_desc=N_("settings for 'cursorline'"), - type='string', scope={'window'}, + type='string', list='onecomma', scope={'window'}, + deny_duplicates=true, redraw={'current_window_only'}, defaults={if_true={vi="both"}} }, |