commit | eac784eced501c54d2c99e18a1af96cd996f3a6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 22:08:24 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 22:08:24 2016 +0200 |
tree | 63181559c29cab455fe2dd086c845748f6164c93 | |
parent | ad9c2a08f0509294269a2f11a59a438b944bdd5a [diff] [blame] |
patch 7.4.2110 Problem: When there is an CmdUndefined autocmd then the error for a missing command is E464 instead of E492. (Manuel Ortega) Solution: Don't let the pointer be NULL.
diff --git a/src/version.c b/src/version.c index c24cf7a..8bb9d9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2110, +/**/ 2109, /**/ 2108,