commit | b315876efa7865486b9cc160d43f0ead47e58d6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 17:50:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 17:50:14 2017 +0100 |
tree | 8ffe67b36cc8d5d8c0a977f346c6d266f877ea0e | |
parent | 3e1c617d49224038a820ee2c552ebe31a84aaa89 [diff] [blame] |
patch 8.0.1246: popup test has an arbitrary delay Problem: Popup test has an arbitrary delay. Solution: Wait for the ruler to show. (James McCoy)
diff --git a/src/version.c b/src/version.c index 5230212..fabb4d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1246, +/**/ 1245, /**/ 1244,