commit | bfb96c047b79b2aab5fd57a2472871508819f3ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 17:05:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 17:05:20 2016 +0100 |
tree | 3275a18f86f6af8713e7531d1388ebfb6f4aab59 | |
parent | cff572abb922d49455b01484e99b98c371fa4560 [diff] [blame] |
patch 7.4.1603 Problem: Timer with an ":echo" command messes up display. Solution: Redraw depending on the mode. (Hirohito Higashi) Avoid the more prompt being used recursively.
diff --git a/src/version.c b/src/version.c index e5f6ee4..f7479b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1603, +/**/ 1602, /**/ 1601,