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:
zeertzjq
2021-07-30 10:49:42 +08:00
parent 337b1b31ac
commit 1666fe9dfe
10 changed files with 305 additions and 47 deletions

View File

@@ -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"}}
},