commit | d5005164e1f367136c956d2941478a3aea30ec47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 22 23:05:54 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 22 23:05:54 2014 +0200 |
tree | 08ea4c1c98bcb7ad6f24040825faa4c6493e1bae | |
parent | fb539273c95f95e18e9542c2de3318b1b1e73db6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e742d18..ae87bb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 414, +/**/ 413, /**/ 412,