comparison src/version.c @ 16978:15bc5a64bd50 v8.1.1489

patch 8.1.1489: sign order wrong when priority was changed commit https://github.com/vim/vim/commit/64416127fc184b5544530afe818722679158f059 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 7 21:37:13 2019 +0200 patch 8.1.1489: sign order wrong when priority was changed Problem: Sign order wrong when priority was changed. Solution: Reorder signs when priority is changed. (Yegappan Lakshmanan, closes #4502)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jun 2019 21:45:05 +0200
parents 7160dcd5c1d2
children f3a6c2c31551
comparison
equal deleted inserted replaced
16977:9d3ff8fd2018 16978:15bc5a64bd50
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1489,
770 /**/ 772 /**/
771 1488, 773 1488,
772 /**/ 774 /**/
773 1487, 775 1487,
774 /**/ 776 /**/