commit | b01f357791f88c7083e58cf2b36509dd83f21ea2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 15:17:04 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 15:17:04 2016 +0100 |
tree | 2554602786daf3010427ab247c9f278a87f0100d | |
parent | b5690794cf081773628fa0f1f2b948fd129d5b39 [diff] [blame] |
patch 7.4.1091 Problem: When making a change while need_wait_return is set there is a two second delay. Solution: Do not assume the ATTENTION prompt was given when need_wait_return was set already.
diff --git a/src/version.c b/src/version.c index 80a0693..3c196ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1091, +/**/ 1090, /**/ 1089,