mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
fix lints
This commit is contained in:

committed by
Björn Linse

parent
9437327d5e
commit
82fb6a8818
@@ -1611,7 +1611,7 @@ int open_line(
|
||||
}
|
||||
ml_replace(curwin->w_cursor.lnum, p_extra, true);
|
||||
changed_bytes(curwin->w_cursor.lnum, 0);
|
||||
// TODO: extmark_splice_cols here??
|
||||
// TODO(vigoux): extmark_splice_cols here??
|
||||
curwin->w_cursor.lnum--;
|
||||
did_append = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user