comparison src/version.c @ 15634:746b95fd25ad v8.1.0825

patch 8.1.0825: code for autocommands is mixed with file I/O code commit https://github.com/vim/vim/commit/3e460fd8b72db905fbf9f01b00371384ffc415b8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 16:21:07 2019 +0100 patch 8.1.0825: code for autocommands is mixed with file I/O code Problem: Code for autocommands is mixed with file I/O code. Solution: Move autocommand code to a separate file. (Yegappan Lakshmanan, closes #3863)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 16:30:13 +0100
parents d4a6d575e910
children 6f1c7e9a6393
comparison
equal deleted inserted replaced
15633:24f6e495bcde 15634:746b95fd25ad
785 NULL 785 NULL
786 }; 786 };
787 787
788 static int included_patches[] = 788 static int included_patches[] =
789 { /* Add new patch number below this line */ 789 { /* Add new patch number below this line */
790 /**/
791 825,
790 /**/ 792 /**/
791 824, 793 824,
792 /**/ 794 /**/
793 823, 795 823,
794 /**/ 796 /**/