File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4593,9 +4593,9 @@ ins_compl_delete()
45934593 i = compl_col + (compl_cont_status & CONT_ADDING ? compl_length : 0 );
45944594 backspace_until_column (i );
45954595
4596- /* Not sure what is still valid, better redraw everything. */
4596+ /* TODO: is this sufficient for redrawing? Redrawing everything causes
4597+ * flicker, thus we can't do that. */
45974598 changed_cline_bef_curs ();
4598- redraw_curbuf_later (NOT_VALID );
45994599}
46004600
46014601/* Insert the new text being completed. */
Original file line number Diff line number Diff line change @@ -734,6 +734,8 @@ static char *(features[]) =
734734
735735static int included_patches [] =
736736{ /* Add new patch number below this line */
737+ /**/
738+ 376 ,
737739/**/
738740 375 ,
739741/**/
You can’t perform that action at this time.
0 commit comments