aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-10-25 23:03:04 -0700
committerJames McCoy <jamessan@jamessan.com>2016-12-12 10:17:35 -0500
commitf90551b0e67c1389cb91dfedbe9a111c677e67e2 (patch)
tree78f60fc109fb4baf03dde888f1f103d500fc2f3f /src/nvim/version.c
parent66922d89cce6ee381244d37f7c0c324cae815b45 (diff)
downloadrneovim-f90551b0e67c1389cb91dfedbe9a111c677e67e2.tar.gz
rneovim-f90551b0e67c1389cb91dfedbe9a111c677e67e2.tar.bz2
rneovim-f90551b0e67c1389cb91dfedbe9a111c677e67e2.zip
vim-patch:7.4.1564
Problem: An empty list in function() causes an error. Solution: Handle an empty list like there is no list of arguments. https://github.com/vim/vim/commit/346418c624f1bc7c04c98907134a2b284e6452dd
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index feb83e495a..66adaaff1e 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -878,7 +878,7 @@ static int included_patches[] = {
1567,
// 1566 NA
1565,
- // 1564,
+ 1564,
1563,
// 1562 NA
// 1561 NA