commit | eccb7fc3158877d93194e6b7c0f7e542b4544137 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 23 20:43:41 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 23 20:43:41 2014 +0200 |
tree | c4fbd5ab6d78bd46b25d796a2b9451c1e0b63f31 | |
parent | 163d0da508d1a206e6a6ee7e2a34fa0a583ae16c [diff] [blame] |
updated for version 7.4.264 Problem: Can't define a function starting with "g:". Can't assign a funcref to a buffer-local variable. Solution: Skip "g:" at the start of a function name. Don't check for colons when assigning to a variable.
diff --git a/src/version.c b/src/version.c index 0ab6fa6..fc95a5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 264, +/**/ 263, /**/ 262,