File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3854,7 +3854,8 @@ ins_compl_prep(c)
38543854 ins_compl_free ();
38553855 compl_started = FALSE;
38563856 compl_matches = 0 ;
3857- msg_clr_cmdline (); /* necessary for "noshowmode" */
3857+ if (!shortmess (SHM_COMPLETIONMENU ))
3858+ msg_clr_cmdline (); /* necessary for "noshowmode" */
38583859 ctrl_x_mode = 0 ;
38593860 compl_enter_selects = FALSE;
38603861 if (edit_submode != NULL )
@@ -4591,7 +4592,10 @@ ins_compl_delete()
45914592 */
45924593 i = compl_col + (compl_cont_status & CONT_ADDING ? compl_length : 0 );
45934594 backspace_until_column (i );
4595+
4596+ /* Not sure what is still valid, better redraw everything. */
45944597 changed_cline_bef_curs ();
4598+ redraw_curbuf_later (NOT_VALID );
45954599}
45964600
45974601/* 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+ 367 ,
737739/**/
738740 366 ,
739741/**/
You can’t perform that action at this time.
0 commit comments