|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.286
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.286
|
|
|
073263 |
Problem: Error messages are inconsistant. (ZyX)
|
|
|
073263 |
Solution: Change "Lists" to "list".
|
|
|
073263 |
Files: src/eval.c
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.285/src/eval.c 2014-05-07 18:35:25.665216052 +0200
|
|
|
073263 |
--- src/eval.c 2014-05-13 13:37:47.349597682 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 4431,4437 ****
|
|
|
073263 |
if (rettv->v_type != var2.v_type)
|
|
|
073263 |
EMSG(_("E691: Can only compare List with List"));
|
|
|
073263 |
else
|
|
|
073263 |
! EMSG(_("E692: Invalid operation for Lists"));
|
|
|
073263 |
clear_tv(rettv);
|
|
|
073263 |
clear_tv(&var2;;
|
|
|
073263 |
return FAIL;
|
|
|
073263 |
--- 4431,4437 ----
|
|
|
073263 |
if (rettv->v_type != var2.v_type)
|
|
|
073263 |
EMSG(_("E691: Can only compare List with List"));
|
|
|
073263 |
else
|
|
|
073263 |
! EMSG(_("E692: Invalid operation for List"));
|
|
|
073263 |
clear_tv(rettv);
|
|
|
073263 |
clear_tv(&var2;;
|
|
|
073263 |
return FAIL;
|
|
|
073263 |
*** ../vim-7.4.285/src/version.c 2014-05-13 12:44:19.897569605 +0200
|
|
|
073263 |
--- src/version.c 2014-05-13 13:31:23.393594321 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 736,737 ****
|
|
|
073263 |
--- 736,739 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 286,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
You are not really successful until someone claims he sat
|
|
|
073263 |
beside you in school.
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|