summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-08-26 23:12:38 +0200
committerBram Moolenaar <Bram@vim.org>2015-08-26 23:12:38 +0200
commit8e5f5b47c2198ffa4161c21a4140eaa9bed46f37 (patch)
treeeb4a228cca8d6330554336626931e3a996e25031 /src/version.c
parent6ed535dbc0981d328c02e139d6505207cbef4835 (diff)
downloadvim-8e5f5b47c2198ffa4161c21a4140eaa9bed46f37.zip
patch 7.4.840
Problem: Tooltip window stays open. Solution: Send a WM_CLOSE message. (Jurgen Kramer)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a69d93dc4..b842fcf76 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 840,
+/**/
839,
/**/
838,