aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-10-26 21:40:40 -0700
committerJames McCoy <jamessan@jamessan.com>2016-12-12 10:17:35 -0500
commite2258598cacebf3c90bbb8e13789194c417d8dad (patch)
treed6eba9675ade2138b0ff566a50662878c5c8a79e /src/nvim/version.c
parent5cf0c99755581f789973a4fa4bb3d95a61a01341 (diff)
downloadrneovim-e2258598cacebf3c90bbb8e13789194c417d8dad.tar.gz
rneovim-e2258598cacebf3c90bbb8e13789194c417d8dad.tar.bz2
rneovim-e2258598cacebf3c90bbb8e13789194c417d8dad.zip
vim-patch:7.4.1582
Problem: Get E923 when using function(dict.func, [], dict). (Kent Sibilev) Storing a function with a dict in a variable drops the dict if the function is script-local. Solution: Translate the function name. Use dict arg if present. https://github.com/vim/vim/commit/6f2e4b36c9d9908e1cace2b1b96e2c154a837bc2
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 5d35c0fa76..9f3bf74a99 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -860,7 +860,7 @@ static int included_patches[] = {
// 1585,
// 1584 NA
// 1583 NA
- // 1582,
+ 1582,
1581,
1580,
// 1579 NA