diff src/version.c @ 17282:6f1679e1082d v8.1.1640

patch 8.1.1640: the CursorHold autocommand takes down a balloon commit https://github.com/vim/vim/commit/c2f5054be9301c8a47b92a4584338cb2de24b96c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 5 23:24:56 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Jul 2019 23:30:06 +0200
parents 306a51f4c731
children d3b15a3789e1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1640,
+/**/
     1639,
 /**/
     1638,