1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2014-08-22 23:05:54 +02:00
parent fb539273c9
commit d5005164e1
5 changed files with 56 additions and 0 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
414,
/**/
413,
/**/