summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-09 20:46:17 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-09 20:46:17 +0100
commit851ee6c3da5fd726d92e1e3300d7e5e2e8b907c5 (patch)
treebc273308605df9f78868b19ec193d052876bb380 /src
parentde323093e1be165a3eadd1ab3d02942358cd97bf (diff)
downloadvim-git-851ee6c3da5fd726d92e1e3300d7e5e2e8b907c5.tar.gz
patch 8.0.1281: loading file type detection slows down startupv8.0.1281
Problem: Loading file type detection slows down startup. Solution: Move functions to an autoload script.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 85f5296ac..e48da73e0 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 */
/**/
+ 1281,
+/**/
1280,
/**/
1279,