diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/insexpand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c index b0fa9146f1..e33e48e1d2 100644 --- a/src/nvim/insexpand.c +++ b/src/nvim/insexpand.c @@ -3795,6 +3795,7 @@ void ins_compl_delete(bool new_leader) } return; } + deleted_lines_mark(curwin->w_cursor.lnum, 1); curwin->w_cursor.lnum--; } // move cursor to end of line |