patch 7.4.2110 v7.4.2110
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2016 20:08:24 +0000 (22:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2016 20:08:24 +0000 (22:08 +0200)
commiteac784eced501c54d2c99e18a1af96cd996f3a6c
tree63181559c29cab455fe2dd086c845748f6164c93
parentad9c2a08f0509294269a2f11a59a438b944bdd5a
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.
src/ex_docmd.c
src/testdir/test_usercommands.vim
src/version.c