We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f923cca commit ca2c91aCopy full SHA for ca2c91a
2 files changed
src/edit.c
@@ -4593,9 +4593,9 @@ ins_compl_delete()
4593
i = compl_col + (compl_cont_status & CONT_ADDING ? compl_length : 0);
4594
backspace_until_column(i);
4595
4596
- /* Not sure what is still valid, better redraw everything. */
+ /* TODO: is this sufficient for redrawing? Redrawing everything causes
4597
+ * flicker, thus we can't do that. */
4598
changed_cline_bef_curs();
- redraw_curbuf_later(NOT_VALID);
4599
}
4600
4601
/* Insert the new text being completed. */
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 376,
739
/**/
740
375,
741
0 commit comments