commit | c9e9c7140994154bb4a29764491d42c001b24596 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 12:29:35 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 12:29:35 2017 +0100 |
tree | cf85a4c37ffc7e15d46231f0c9a8ba55c882b2c4 | |
parent | 0c4dc88a637a5027209aa00226996af84e248636 [diff] [blame] |
patch 8.0.1275: CmdlineLeave autocmd prevents fold from opening Problem: CmdlineLeave autocmd prevents fold from opening. (Waivek) Solution: Save and restore KeyTyped. (closes #2305)
diff --git a/src/version.c b/src/version.c index 7f519fb..abac386 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1275, +/**/ 1274, /**/ 1273,