mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor(screen.c): resolve all clint errors (#19754)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
parent
3cf629022b
commit
c1cbe3fb3d
@ -431,7 +431,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
hashtab_T b_keywtab; // syntax keywords hash table
|
||||
hashtab_T b_keywtab_ic; // idem, ignore case
|
||||
int b_syn_error; // TRUE when error occurred in HL
|
||||
bool b_syn_error; // true when error occurred in HL
|
||||
bool b_syn_slow; // true when 'redrawtime' reached
|
||||
int b_syn_ic; // ignore case for :syn cmds
|
||||
int b_syn_foldlevel; // how to compute foldlevel on a line
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user