mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -1732,7 +1732,7 @@ int open_line(
|
||||
}
|
||||
if (did_append) {
|
||||
changed_lines(curwin->w_cursor.lnum, 0, curwin->w_cursor.lnum, 1L, true);
|
||||
// bail out and just get the final lenght of the line we just manipulated
|
||||
// bail out and just get the final length of the line we just manipulated
|
||||
bcount_t extra = (bcount_t)STRLEN(ml_get(curwin->w_cursor.lnum));
|
||||
extmark_splice(curbuf, (int)curwin->w_cursor.lnum-1, 0,
|
||||
0, 0, 0, 1, 0, 1+extra, kExtmarkUndo);
|
||||
|
Reference in New Issue
Block a user