mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-patch:7.4.2110 (#5880)
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.
eac784eced
This commit is contained in:

committed by
Justin M. Keyes

parent
e21aef1e10
commit
12b50b116f
@@ -330,7 +330,7 @@ static int included_patches[] = {
|
||||
// 2113,
|
||||
2112,
|
||||
// 2111,
|
||||
// 2110,
|
||||
2110,
|
||||
2109,
|
||||
// 2108 NA
|
||||
// 2107,
|
||||
|
Reference in New Issue
Block a user