diff options
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"}} }, |