|
Karsten Hopp |
693ccd |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
693ccd |
Subject: Patch 7.3.685
|
|
Karsten Hopp |
693ccd |
Fcc: outbox
|
|
Karsten Hopp |
693ccd |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
693ccd |
Mime-Version: 1.0
|
|
Karsten Hopp |
693ccd |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
693ccd |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
693ccd |
------------
|
|
Karsten Hopp |
693ccd |
|
|
Karsten Hopp |
693ccd |
Patch 7.3.685
|
|
Karsten Hopp |
693ccd |
Problem: No test for what patch 7.3.673 fixes.
|
|
Karsten Hopp |
693ccd |
Solution: Add a test. (Christian Brabandt)
|
|
Karsten Hopp |
693ccd |
Files: src/testdir/test53.in, src/testdir/test53.ok
|
|
Karsten Hopp |
693ccd |
|
|
Karsten Hopp |
693ccd |
|
|
Karsten Hopp |
693ccd |
*** ../vim-7.3.684/src/testdir/test53.in 2012-09-05 12:16:40.000000000 +0200
|
|
Karsten Hopp |
693ccd |
--- src/testdir/test53.in 2012-10-11 03:31:27.000000000 +0200
|
|
Karsten Hopp |
693ccd |
***************
|
|
Karsten Hopp |
693ccd |
*** 42,47 ****
|
|
Karsten Hopp |
693ccd |
--- 42,50 ----
|
|
Karsten Hopp |
693ccd |
gnd$h/\zs
|
|
Karsten Hopp |
693ccd |
gnd/[u]niquepattern/s
|
|
Karsten Hopp |
693ccd |
vlgnd
|
|
Karsten Hopp |
693ccd |
+ /mother
|
|
Karsten Hopp |
693ccd |
+ :set selection=exclusive
|
|
Karsten Hopp |
693ccd |
+ $cgNmongoose?
|
|
Karsten Hopp |
693ccd |
:/^start:/,/^end:/wq! test.out
|
|
Karsten Hopp |
693ccd |
ENDTEST
|
|
Karsten Hopp |
693ccd |
|
|
Karsten Hopp |
693ccd |
***************
|
|
Karsten Hopp |
693ccd |
*** 69,72 ****
|
|
Karsten Hopp |
693ccd |
--- 72,76 ----
|
|
Karsten Hopp |
693ccd |
zero width pattern
|
|
Karsten Hopp |
693ccd |
delete first and last chars
|
|
Karsten Hopp |
693ccd |
uniquepattern uniquepattern
|
|
Karsten Hopp |
693ccd |
+ my very excellent mother just served us nachos
|
|
Karsten Hopp |
693ccd |
end:
|
|
Karsten Hopp |
693ccd |
*** ../vim-7.3.684/src/testdir/test53.ok 2012-09-05 12:16:40.000000000 +0200
|
|
Karsten Hopp |
693ccd |
--- src/testdir/test53.ok 2012-10-11 03:31:33.000000000 +0200
|
|
Karsten Hopp |
693ccd |
***************
|
|
Karsten Hopp |
693ccd |
*** 25,28 ****
|
|
Karsten Hopp |
693ccd |
--- 25,29 ----
|
|
Karsten Hopp |
693ccd |
zerowidth pattern
|
|
Karsten Hopp |
693ccd |
elete first and last char
|
|
Karsten Hopp |
693ccd |
uniquepattern
|
|
Karsten Hopp |
693ccd |
+ my very excellent mongoose just served us nachos
|
|
Karsten Hopp |
693ccd |
end:
|
|
Karsten Hopp |
693ccd |
*** ../vim-7.3.684/src/version.c 2012-10-06 19:10:29.000000000 +0200
|
|
Karsten Hopp |
693ccd |
--- src/version.c 2012-10-11 03:34:06.000000000 +0200
|
|
Karsten Hopp |
693ccd |
***************
|
|
Karsten Hopp |
693ccd |
*** 721,722 ****
|
|
Karsten Hopp |
693ccd |
--- 721,724 ----
|
|
Karsten Hopp |
693ccd |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
693ccd |
+ /**/
|
|
Karsten Hopp |
693ccd |
+ 685,
|
|
Karsten Hopp |
693ccd |
/**/
|
|
Karsten Hopp |
693ccd |
|
|
Karsten Hopp |
693ccd |
--
|
|
Karsten Hopp |
693ccd |
FATAL ERROR! SYSTEM HALTED! - Press any key to continue doing nothing.
|
|
Karsten Hopp |
693ccd |
|
|
Karsten Hopp |
693ccd |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
693ccd |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
693ccd |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
693ccd |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|