commit | c7a10b35de70471519d104a74d402c63557f0512 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 06 21:37:18 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 06 21:37:18 2019 +0200 |
tree | c6b836d5a41f0ac44ccb786d83329b12ffe175ee | |
parent | 91882cf712119794b5d658bcb10d15dd2fad73ba [diff] [blame] |
patch 8.1.1283: delaying half a second after the top-bot message Problem: Delaying half a second after the top-bot message. Solution: Instead of the delay add "W" to the search count.
diff --git a/src/version.c b/src/version.c index 90b6904..892d1a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1283, +/**/ 1282, /**/ 1281,