comparison src/version.c @ 12814:3f2f468b8b9d v8.0.1284

patch 8.0.1284: loading file type detection slows down startup commit https://github.com/vim/vim/commit/462455ee8b81cb5709007d91248ac4a88308d6e9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 10 21:53:11 2017 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Fri, 10 Nov 2017 22:00:06 +0100
parents 381e67ccf02c
children 218102da5226
comparison
equal deleted inserted replaced
12813:f1aaf8757efe 12814:3f2f468b8b9d
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1284,
764 /**/ 766 /**/
765 1283, 767 1283,
766 /**/ 768 /**/
767 1282, 769 1282,
768 /**/ 770 /**/