1
0
forked from aniani/vim

patch 8.1.0076: command getting cleared with CTRL-W : in a terminal window

Problem:    Command getting cleared with CTRL-W : in a terminal window. (Jason
            Franklin)
Solution:   Call redraw_after_callback() when editing the command line.
This commit is contained in:
Bram Moolenaar
2018-06-18 22:15:50 +02:00
parent 252b7ee823
commit 0ce7413a83
2 changed files with 7 additions and 3 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
76,
/**/
75,
/**/