commit | bcd6924245c0e73d8be256282656c06aaf91f17c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 21:16:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 21:16:12 2022 +0100 |
tree | 45d89a7e9af86b0382296b7e918e62e70a673235 | |
parent | a2b91036d12e1b406ed5d17bf03f8d1ed05221f6 [diff] [blame] |
patch 9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChanged Problem: Command line cleared when using :redrawstatus in CmdlineChanged autocommand event. Solution: Postpone the redraw. (closes #11162)
diff --git a/src/version.c b/src/version.c index 15f5e38..554f8f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 507, +/**/ 506, /**/ 505,