commit | 462455ee8b81cb5709007d91248ac4a88308d6e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 10 21:53:11 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 10 21:53:11 2017 +0100 |
tree | 664c2ac77285b4225f639c645fe46033aaaa49e2 | |
parent | 9ed7d34af303190bb222624157e0c6cd78b7d120 [diff] [blame] |
patch 8.0.1284: loading file type detection slows down startup Problem: Loading file type detection slows down startup. Solution: Store the last pattern of an autocommand event to make appending quicker.
diff --git a/src/version.c b/src/version.c index c74f062..65cc66f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1284, +/**/ 1283, /**/ 1282,