mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.4a.023
Problem: Still another superfluous parenthesis. (ZyX) Solution: Remove it.
This commit is contained in:
parent
91b2bdb083
commit
6f394f88b8
@ -36,7 +36,7 @@ STARTTEST
|
|||||||
:call settabvar(2, 'val_list', ['red', 'blue', 'green'])
|
:call settabvar(2, 'val_list', ['red', 'blue', 'green'])
|
||||||
:"
|
:"
|
||||||
:let test_status = 'gettabvar: fail'
|
: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'
|
: let test_status = 'gettabvar: pass'
|
||||||
:endif
|
:endif
|
||||||
:call append(line('$'), test_status)
|
:call append(line('$'), test_status)
|
||||||
|
@ -727,6 +727,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
23,
|
||||||
/**/
|
/**/
|
||||||
22,
|
22,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user