commit | c2f5054be9301c8a47b92a4584338cb2de24b96c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 05 23:24:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 05 23:24:56 2019 +0200 |
tree | 55dba620959da6fdf7485c5039590dbeda66eb2a | |
parent | 28fc247f8d94a1cfabbcf2691ca942bde96f6d2f [diff] [blame] |
patch 8.1.1640: the CursorHold autocommand takes down a balloon Problem: The CursorHold autocommand takes down a balloon. (Paul Jolly) Solution: Ignore the CursorHold pseudo-key.
diff --git a/src/version.c b/src/version.c index 25c6076..85cf7b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1640, +/**/ 1639, /**/ 1638,