| 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] |
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)