mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
vim-patch:8.1.2029: cannot control 'cursorline' highlighting well
Problem: Cannot control 'cursorline' highlighting well.
Solution: Add "screenline". (Christian Brabandt, closes vim/vim#4933)
017ba07fa2
This commit is contained in:
@@ -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"}}
|
||||
},
|
||||
|
Reference in New Issue
Block a user