mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.1.2029: cannot control 'cursorline' highlighting well
Problem: Cannot control 'cursorline' highlighting well. Solution: Add "screenline". (Christian Brabandt, closes #4933)
This commit is contained in:
@@ -3207,6 +3207,7 @@ struct window_S
|
||||
#endif
|
||||
#ifdef FEAT_SYN_HL
|
||||
int *w_p_cc_cols; // array of columns to highlight or NULL
|
||||
char_u w_p_culopt_flags; // flags for cursorline highlighting
|
||||
#endif
|
||||
#ifdef FEAT_LINEBREAK
|
||||
int w_p_brimin; // minimum width for breakindent
|
||||
@@ -3288,7 +3289,6 @@ struct window_S
|
||||
qf_info_T *w_llist_ref;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef FEAT_MZSCHEME
|
||||
void *w_mzscheme_ref; // The MzScheme value for this window
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user