commit | e87303af3236b8fb5e1e3be4d0e2209344fbf8b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 17:02:12 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 17:02:12 2018 +0100 |
tree | ede45af72fc09dece40dbb3dc80eec6901154527 | |
parent | b852c3e64d319d6ec47dd780c8654ae095e1d8c2 [diff] [blame] |
patch 8.0.1597: autocommand events are not sorted Problem: Autocommand events are not sorted. Solution: Sort the autocommand events.
diff --git a/src/version.c b/src/version.c index a6ca132..e30c251 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1597, +/**/ 1596, /**/ 1595,