mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
fix: appease linter
This commit is contained in:
@@ -5327,8 +5327,9 @@ static int ins_complete(int c, bool enable_pum)
|
||||
compl_curr_match->cp_number);
|
||||
edit_submode_extra = match_ref;
|
||||
edit_submode_highl = HLF_R;
|
||||
if (dollar_vcol >= 0)
|
||||
if (dollar_vcol >= 0) {
|
||||
curs_columns(curwin, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user