commit | 03e19a04ac2ca55643663b97b6ab94043233dcbd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 24 22:29:49 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 22:29:49 2016 +0200 |
tree | ff9808aa3889a303bd55f50843ba69b9049d7d53 | |
parent | 26852128a2b713ef49341a0c18daba928444e7eb [diff] [blame] |
patch 7.4.1842 Problem: get() works for Partial but not for Funcref. Solution: Accept Funcref. Also return the function itself. (Nikolai Pavlov)
diff --git a/src/version.c b/src/version.c index 9e31e77..d93be48 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1842, +/**/ 1841, /**/ 1840,