Karsten Hopp 917cd9
To: vim_dev@googlegroups.com
Karsten Hopp 917cd9
Subject: Patch 7.3.793
Karsten Hopp 917cd9
Fcc: outbox
Karsten Hopp 917cd9
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 917cd9
Mime-Version: 1.0
Karsten Hopp 917cd9
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 917cd9
Content-Transfer-Encoding: 8bit
Karsten Hopp 917cd9
------------
Karsten Hopp 917cd9
Karsten Hopp 917cd9
Patch 7.3.793 (after 7.3.792)
Karsten Hopp 917cd9
Problem:    New interactive :substutite behavior is not tested.
Karsten Hopp 917cd9
Solution:   Add tests. (Christian Brabandt)
Karsten Hopp 917cd9
Files:	    src/testdir/test80.in, src/testdir/test80.ok
Karsten Hopp 917cd9
Karsten Hopp 917cd9
Karsten Hopp 917cd9
*** ../vim-7.3.792/src/testdir/test80.in	2011-06-19 04:31:54.000000000 +0200
Karsten Hopp 917cd9
--- src/testdir/test80.in	2013-01-30 17:00:54.000000000 +0100
Karsten Hopp 917cd9
***************
Karsten Hopp 917cd9
*** 144,149 ****
Karsten Hopp 917cd9
--- 144,164 ----
Karsten Hopp 917cd9
  TEST_8:
Karsten Hopp 917cd9
  
Karsten Hopp 917cd9
  STARTTEST
Karsten Hopp 917cd9
+ :set magic&
Karsten Hopp 917cd9
+ :set cpo&
Karsten Hopp 917cd9
+ :$put =\"\n\nTEST_8:\"
Karsten Hopp 917cd9
+ :$put =',,X'
Karsten Hopp 917cd9
+ :s/\(^\|,\)\ze\(,\|X\)/\1N/g
Karsten Hopp 917cd9
+ :$put =',,Y'
Karsten Hopp 917cd9
+ :s/\(^\|,\)\ze\(,\|Y\)/\1N/gc
Karsten Hopp 917cd9
+ a:$put =',,Z'
Karsten Hopp 917cd9
+ :s/\(^\|,\)\ze\(,\|Z\)/\1N/gc
Karsten Hopp 917cd9
+ yy/^TEST_9
Karsten Hopp 917cd9
+ ENDTEST
Karsten Hopp 917cd9
+ 
Karsten Hopp 917cd9
+ TEST_9:
Karsten Hopp 917cd9
+ 
Karsten Hopp 917cd9
+ STARTTEST
Karsten Hopp 917cd9
  :/^Results/,$wq! test.out
Karsten Hopp 917cd9
  ENDTEST
Karsten Hopp 917cd9
  
Karsten Hopp 917cd9
*** ../vim-7.3.792/src/testdir/test80.ok	2011-06-19 04:31:54.000000000 +0200
Karsten Hopp 917cd9
--- src/testdir/test80.ok	2013-01-30 16:46:39.000000000 +0100
Karsten Hopp 917cd9
***************
Karsten Hopp 917cd9
*** 99,101 ****
Karsten Hopp 917cd9
--- 99,107 ----
Karsten Hopp 917cd9
  A
A
Karsten Hopp 917cd9
  B
Karsten Hopp 917cd9
  B
Karsten Hopp 917cd9
+ 
Karsten Hopp 917cd9
+ 
Karsten Hopp 917cd9
+ TEST_8:
Karsten Hopp 917cd9
+ N,,NX
Karsten Hopp 917cd9
+ N,,NY
Karsten Hopp 917cd9
+ N,,NZ
Karsten Hopp 917cd9
*** ../vim-7.3.792/src/version.c	2013-01-30 16:30:19.000000000 +0100
Karsten Hopp 917cd9
--- src/version.c	2013-01-30 17:01:33.000000000 +0100
Karsten Hopp 917cd9
***************
Karsten Hopp 917cd9
*** 727,728 ****
Karsten Hopp 917cd9
--- 727,730 ----
Karsten Hopp 917cd9
  {   /* Add new patch number below this line */
Karsten Hopp 917cd9
+ /**/
Karsten Hopp 917cd9
+     793,
Karsten Hopp 917cd9
  /**/
Karsten Hopp 917cd9
Karsten Hopp 917cd9
-- 
Karsten Hopp 917cd9
The early bird gets the worm. The second mouse gets the cheese.
Karsten Hopp 917cd9
Karsten Hopp 917cd9
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 917cd9
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 917cd9
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 917cd9
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///