summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-09 12:29:35 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-09 12:29:35 +0100
commitc9e9c7140994154bb4a29764491d42c001b24596 (patch)
treecf85a4c37ffc7e15d46231f0c9a8ba55c882b2c4 /src/version.c
parent0c4dc88a637a5027209aa00226996af84e248636 (diff)
downloadvim-git-c9e9c7140994154bb4a29764491d42c001b24596.tar.gz
patch 8.0.1275: CmdlineLeave autocmd prevents fold from openingv8.0.1275
Problem: CmdlineLeave autocmd prevents fold from opening. (Waivek) Solution: Save and restore KeyTyped. (closes #2305)
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 7f519fbe8..abac386c9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1275,
+/**/
1274,
/**/
1273,