comparison src/version.c @ 3302:4500a0ad2e0a v7.3.418

updated for version 7.3.418 Problem: When a user complete function returns -1 an error message is given. Solution: When -2 is returned stop completion silently. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Thu, 26 Jan 2012 18:58:38 +0100
parents 63d3541d0733
children f4574729f6df
comparison
equal deleted inserted replaced
3301:a30e19f222a5 3302:4500a0ad2e0a
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 418,
717 /**/ 719 /**/
718 417, 720 417,
719 /**/ 721 /**/
720 416, 722 416,
721 /**/ 723 /**/