0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07: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:
Bram Moolenaar 2014-05-13 13:46:33 +02:00
parent fd859c9878
commit 59838520c7
2 changed files with 3 additions and 1 deletions

View File

@ -4431,7 +4431,7 @@ eval4(arg, rettv, evaluate)
if (rettv->v_type != var2.v_type)
EMSG(_("E691: Can only compare List with List"));
else
EMSG(_("E692: Invalid operation for Lists"));
EMSG(_("E692: Invalid operation for List"));
clear_tv(rettv);
clear_tv(&var2);
return FAIL;

View File

@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
286,
/**/
285,
/**/