commit | 355a95a079d3c8c64cf496df434741891d07985a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 29 14:03:02 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 29 14:03:02 2014 +0200 |
tree | eb32734a34f726ce3f3c718572c612de329476d6 | |
parent | d69bd9af3ccf5edd2138fb7abd68d35f7b84ef7e [diff] [blame] |
updated for version 7.4.268 Problem: Using exists() on a funcref for a script-local function does not work. Solution: Translate <SNR> to the special byte sequence. Add a test.
diff --git a/src/version.c b/src/version.c index 5aae1d2..bd97da3 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 268, +/**/ 267, /**/ 266,