diff options
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r-- | src/nvim/edit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c index 14b3968f2d..516278f34d 100644 --- a/src/nvim/edit.c +++ b/src/nvim/edit.c @@ -1400,7 +1400,6 @@ void display_dollar(colnr_T col) if (!redrawing()) return; - ui_cursor_off(); save_col = curwin->w_cursor.col; curwin->w_cursor.col = col; if (has_mbyte) { |