commit | 24735f2a19c666f545330a267a32ae5df72db25c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 15:44:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 15:44:22 2022 +0100 |
tree | 17d9cdc996658963dd038241d9a4e6cc771fcdcd | |
parent | e27d6e6382795e86ea4dd3a86396350a4c29b6fb [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5107549..e9c9250 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 329, +/**/ 328, /**/ 327,