From 6f394f88b8de6aa94d0b4bea47f1532f3cc06b3f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 14 Jul 2013 13:41:56 +0200 Subject: [PATCH] updated for version 7.4a.023 Problem: Still another superfluous parenthesis. (ZyX) Solution: Remove it. --- src/testdir/test62.in | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/test62.in b/src/testdir/test62.in index 6d0f5219d..03415d132 100644 --- a/src/testdir/test62.in +++ b/src/testdir/test62.in @@ -36,7 +36,7 @@ STARTTEST :call settabvar(2, 'val_list', ['red', 'blue', 'green']) :" :let test_status = 'gettabvar: fail' -:if gettabvar(2, 'val_num') == 100 && gettabvar(2, 'val_str') == 'SetTabVar test') && gettabvar(2, 'val_list') == ['red', 'blue', 'green'] +:if gettabvar(2, 'val_num') == 100 && gettabvar(2, 'val_str') == 'SetTabVar test' && gettabvar(2, 'val_list') == ['red', 'blue', 'green'] : let test_status = 'gettabvar: pass' :endif :call append(line('$'), test_status) diff --git a/src/version.c b/src/version.c index f02bf3552..59e67432c 100644 --- a/src/version.c +++ b/src/version.c @@ -727,6 +727,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 23, /**/ 22, /**/ -- 2.50.1