0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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.
This commit is contained in:
Bram Moolenaar
2016-07-28 22:08:24 +02:00
parent ad9c2a08f0
commit eac784eced
3 changed files with 33 additions and 1 deletions

View File

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