forked from aniani/vim
patch 9.0.0356: :echowindow sets the in_echowindow flag too early
Problem: :echowindow sets the in_echowindow flag too early. Solution: Set in_echowindow only when outputting the text. (Yasuhiro Matsumoto, closes #11033)
This commit is contained in:
committed by
Bram Moolenaar
parent
6c667bdc94
commit
a02a8a4d84
@@ -707,6 +707,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
356,
|
||||
/**/
|
||||
355,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user