1
0
forked from aniani/vim

patch 9.0.0329: ":highlight" hangs when 'cmdheight' is zero

Problem:    ":highlight" hangs when 'cmdheight' is zero.
Solution:   Add to msg_col when using the message window. (closes #11014)
This commit is contained in:
Bram Moolenaar
2022-08-30 15:44:22 +01:00
parent e27d6e6382
commit 24735f2a19
3 changed files with 5 additions and 2 deletions

View File

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