comparison src/version.c @ 6154:67edf731a240 v7.4.414

updated for version 7.4.414 Problem: Cannot define a command only when it's used. Solution: Add the CmdUndefined autocommand event. (partly by Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Fri, 22 Aug 2014 23:05:54 +0200
parents 121613e72e39
children 353442863d85
comparison
equal deleted inserted replaced
6153:1e8ebf870720 6154:67edf731a240
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 414,
744 /**/ 746 /**/
745 413, 747 413,
746 /**/ 748 /**/
747 412, 749 412,
748 /**/ 750 /**/