summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-29 14:03:02 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-29 14:03:02 +0200
commit355a95a079d3c8c64cf496df434741891d07985a (patch)
treeeb32734a34f726ce3f3c718572c612de329476d6 /src/version.c
parentd69bd9af3ccf5edd2138fb7abd68d35f7b84ef7e (diff)
downloadvim-355a95a079d3c8c64cf496df434741891d07985a.zip
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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5aae1d2a7..bd97da3a4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 268,
+/**/
267,
/**/
266,