forked from aniani/vim
Fix: concealed regions didn't get redrawn correctly when moving the cursor
through them.
This commit is contained in:
@@ -808,6 +808,10 @@ typedef struct buf_state
|
||||
{
|
||||
int bs_idx; /* index of pattern */
|
||||
int bs_flags; /* flags for pattern */
|
||||
#ifdef FEAT_CONCEAL
|
||||
int bs_seqnr; /* stores si_seqnr */
|
||||
int bs_cchar; /* stores si_cchar */
|
||||
#endif
|
||||
reg_extmatch_T *bs_extmatch; /* external matches from start pattern */
|
||||
} bufstate_T;
|
||||
|
||||
|
Reference in New Issue
Block a user