commit | 800cdbb7caeb5dd4379c6cb071bb12391f20bcf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 15 16:40:02 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 15 16:40:02 2023 +0100 |
tree | 8a172c31c31f64f37e2ed96ae819d40e00901f45 | |
parent | 19dfa276c37dcf657922c6f9b48cf2954191e8b6 [diff] [blame] |
patch 9.0.1634: message is cleared when removing mode message Problem: Message is cleared when removing mode message (Gary Johnson). Solution: Do not clear the command line after displaying a message.
diff --git a/src/version.c b/src/version.c index 7a1c730..8f382e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1634, +/**/ 1633, /**/ 1632,