diff options
author | KunMing Xie <qqzz014@gmail.com> | 2017-07-17 22:38:03 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-07-17 16:38:03 +0200 |
commit | 24a0d4e122024071195ac8a2828fba3184c8e12e (patch) | |
tree | 6e838368e3e630edb4f29df4a48a7c59aadfb06c /src/nvim/version.c | |
parent | a76da96e86cc338dd5d8ff2f6014cff68e055ce9 (diff) | |
download | rneovim-24a0d4e122024071195ac8a2828fba3184c8e12e.tar.gz rneovim-24a0d4e122024071195ac8a2828fba3184c8e12e.tar.bz2 rneovim-24a0d4e122024071195ac8a2828fba3184c8e12e.zip |
vim-patch:8.0.0004 (#7044)
Problem: A string argument for function() that is not a function name
results in an error message with NULL. (Christian Brabandt)
Solution: Use the argument for the error message.
https://github.com/vim/vim/commit/5582ef14384525e8cec86016876d97a6b32dd548
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index c7b8220776..06efcc5bfc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -725,7 +725,7 @@ static const int included_patches[] = { // 7 NA 6, // 5 NA - // 4, + 4, // 3, 2, 1, |