Skip to content

Commit 2c8377d

Browse files
committed
updated for version 7.4a.023
Problem: Still another superfluous parenthesis. (ZyX) Solution: Remove it.
1 parent a2a5d21 commit 2c8377d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test62.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ STARTTEST
3636
:call settabvar(2, 'val_list', ['red', 'blue', 'green'])
3737
:"
3838
:let test_status = 'gettabvar: fail'
39-
:if gettabvar(2, 'val_num') == 100 && gettabvar(2, 'val_str') == 'SetTabVar test') && gettabvar(2, 'val_list') == ['red', 'blue', 'green']
39+
:if gettabvar(2, 'val_num') == 100 && gettabvar(2, 'val_str') == 'SetTabVar test' && gettabvar(2, 'val_list') == ['red', 'blue', 'green']
4040
: let test_status = 'gettabvar: pass'
4141
:endif
4242
:call append(line('$'), test_status)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ static char *(features[]) =
727727

728728
static int included_patches[] =
729729
{ /* Add new patch number below this line */
730+
/**/
731+
23,
730732
/**/
731733
22,
732734
/**/

0 commit comments

Comments
 (0)