39fe9cf
To: vim-dev@vim.org
39fe9cf
Subject: Patch 7.3.015
39fe9cf
Fcc: outbox
39fe9cf
From: Bram Moolenaar <Bram@moolenaar.net>
39fe9cf
Mime-Version: 1.0
39fe9cf
Content-Type: text/plain; charset=UTF-8
39fe9cf
Content-Transfer-Encoding: 8bit
39fe9cf
------------
39fe9cf
39fe9cf
Patch 7.3.015
39fe9cf
Problem:    Test is using error message that no longer exists.
39fe9cf
Solution:   Change E106 to E121. (Dominique Pelle)
39fe9cf
Files:	    src/testdir/test49.vim
39fe9cf
39fe9cf
39fe9cf
*** ../vim-7.3.014/src/testdir/test49.vim	2010-08-15 21:57:29.000000000 +0200
39fe9cf
--- src/testdir/test49.vim	2010-09-29 16:52:06.000000000 +0200
39fe9cf
***************
39fe9cf
*** 1,6 ****
39fe9cf
  " Vim script language tests
39fe9cf
  " Author:	Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
39fe9cf
! " Last Change:	2006 Apr 28
39fe9cf
  
39fe9cf
  "-------------------------------------------------------------------------------
39fe9cf
  " Test environment							    {{{1
39fe9cf
--- 1,6 ----
39fe9cf
  " Vim script language tests
39fe9cf
  " Author:	Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
39fe9cf
! " Last Change:	2010 Sep 29
39fe9cf
  
39fe9cf
  "-------------------------------------------------------------------------------
39fe9cf
  " Test environment							    {{{1
39fe9cf
***************
39fe9cf
*** 8711,8717 ****
39fe9cf
  		endif
39fe9cf
  	    else
39fe9cf
  		if cmd == "let"
39fe9cf
! 		    let match = MATCH(0, thrmsg, 'E106', "Unknown variable")
39fe9cf
  		elseif cmd == "unlet"
39fe9cf
  		    let match = MATCH(0, thrmsg, 'E108', "No such variable")
39fe9cf
  		endif
39fe9cf
--- 8711,8717 ----
39fe9cf
  		endif
39fe9cf
  	    else
39fe9cf
  		if cmd == "let"
39fe9cf
! 		    let match = MATCH(0, thrmsg, 'E121', "Undefined variable")
39fe9cf
  		elseif cmd == "unlet"
39fe9cf
  		    let match = MATCH(0, thrmsg, 'E108', "No such variable")
39fe9cf
  		endif
39fe9cf
*** ../vim-7.3.014/src/version.c	2010-09-29 15:50:14.000000000 +0200
39fe9cf
--- src/version.c	2010-09-29 16:55:03.000000000 +0200
39fe9cf
***************
39fe9cf
*** 716,717 ****
39fe9cf
--- 716,719 ----
39fe9cf
  {   /* Add new patch number below this line */
39fe9cf
+ /**/
39fe9cf
+     15,
39fe9cf
  /**/
39fe9cf
39fe9cf
-- 
39fe9cf
hundred-and-one symptoms of being an internet addict:
39fe9cf
228. You spend Saturday night making the counter on your home page
39fe9cf
     pass that 2000 mark.
39fe9cf
39fe9cf
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
39fe9cf
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
39fe9cf
\\\        download, build and distribute -- http://www.A-A-P.org        ///
39fe9cf
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///