Mercurial > vim
comparison 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 |
comparison
equal
deleted
inserted
replaced
13445:bc3a1b4f9de3 | 13446:b18e5f37c44b |
---|---|
764 NULL | 764 NULL |
765 }; | 765 }; |
766 | 766 |
767 static int included_patches[] = | 767 static int included_patches[] = |
768 { /* Add new patch number below this line */ | 768 { /* Add new patch number below this line */ |
769 /**/ | |
770 1597, | |
769 /**/ | 771 /**/ |
770 1596, | 772 1596, |
771 /**/ | 773 /**/ |
772 1595, | 774 1595, |
773 /**/ | 775 /**/ |