comparison src/version.c @ 9846:95ad2692dec0 v7.4.2198

commit https://github.com/vim/vim/commit/0e5d3a2940ead6c8ee3bacacea4153b647b67cca Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 11 22:52:42 2016 +0200 patch 7.4.2198 Problem: Test alot sometimes fails under valgrind. (Dominique Pelle) Solution: Avoid passing a callback with the wrong number of arguments.
author Christian Brabandt <cb@256bit.org>
date Thu, 11 Aug 2016 23:00:08 +0200
parents 9ce5941b77d3
children 664276833670
comparison
equal deleted inserted replaced
9845:bc0c23856bc6 9846:95ad2692dec0
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2198,
766 /**/ 768 /**/
767 2197, 769 2197,
768 /**/ 770 /**/
769 2196, 771 2196,
770 /**/ 772 /**/