mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
lint: cleanup after parent commits
This commit is contained in:
@@ -3653,8 +3653,7 @@ static long regtry(bt_regprog_T *prog, colnr_T col)
|
||||
static int reg_prev_class(void)
|
||||
{
|
||||
if (reginput > regline) {
|
||||
return mb_get_class_tab(reginput - 1 - utf_head_off(regline,
|
||||
reginput - 1),
|
||||
return mb_get_class_tab(reginput - 1 - utf_head_off(regline, reginput - 1),
|
||||
rex.reg_buf->b_chartab);
|
||||
}
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user