commit | a4f317df89e662a964197f2d586ac24cf801f14f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 24 17:12:33 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 24 17:12:33 2014 +0200 |
tree | 5568e2203b9d9b06536284f7ce1311fef3a22bb9 | |
parent | eccb7fc3158877d93194e6b7c0f7e542b4544137 [diff] [blame] |
updated for version 7.4.265 Problem: Can't call a global function with "g:" in an expression. Solution: Skip the "g:" when looking up the function.
diff --git a/src/version.c b/src/version.c index fc95a5a..94d9857 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 265, +/**/ 264, /**/ 263,