summaryrefslogtreecommitdiff
path: root/src/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/edit.c b/src/edit.c
index f0d630a05..69679bcdd 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -4593,9 +4593,9 @@ ins_compl_delete()
i = compl_col + (compl_cont_status & CONT_ADDING ? compl_length : 0);
backspace_until_column(i);
- /* Not sure what is still valid, better redraw everything. */
+ /* TODO: is this sufficient for redrawing? Redrawing everything causes
+ * flicker, thus we can't do that. */
changed_cline_bef_curs();
- redraw_curbuf_later(NOT_VALID);
}
/* Insert the new text being completed. */