mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.4.286
Problem: Error messages are inconsistant. (ZyX) Solution: Change "Lists" to "list".
This commit is contained in:
parent
fd859c9878
commit
59838520c7
@ -4431,7 +4431,7 @@ eval4(arg, rettv, evaluate)
|
|||||||
if (rettv->v_type != var2.v_type)
|
if (rettv->v_type != var2.v_type)
|
||||||
EMSG(_("E691: Can only compare List with List"));
|
EMSG(_("E691: Can only compare List with List"));
|
||||||
else
|
else
|
||||||
EMSG(_("E692: Invalid operation for Lists"));
|
EMSG(_("E692: Invalid operation for List"));
|
||||||
clear_tv(rettv);
|
clear_tv(rettv);
|
||||||
clear_tv(&var2);
|
clear_tv(&var2);
|
||||||
return FAIL;
|
return FAIL;
|
||||||
|
@ -734,6 +734,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 */
|
||||||
|
/**/
|
||||||
|
286,
|
||||||
/**/
|
/**/
|
||||||
285,
|
285,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user