diff src/version.c @ 13446:b18e5f37c44b v8.0.1597

patch 8.0.1597: autocommand events are not sorted commit https://github.com/vim/vim/commit/e87303af3236b8fb5e1e3be4d0e2209344fbf8b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 11 17:02:12 2018 +0100 patch 8.0.1597: autocommand events are not sorted Problem: Autocommand events are not sorted. Solution: Sort the autocommand events.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Mar 2018 17:15:06 +0100
parents 9f06f7aca74c
children a62b0bbc8834
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1597,
+/**/
     1596,
 /**/
     1595,