commit | 851ee6c3da5fd726d92e1e3300d7e5e2e8b907c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 20:46:17 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 20:46:17 2017 +0100 |
tree | bc273308605df9f78868b19ec193d052876bb380 | |
parent | de323093e1be165a3eadd1ab3d02942358cd97bf [diff] [blame] |
patch 8.0.1281: loading file type detection slows down startup Problem: Loading file type detection slows down startup. Solution: Move functions to an autoload script.
diff --git a/src/version.c b/src/version.c index 85f5296..e48da73 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1281, +/**/ 1280, /**/ 1279,