]> granicus.if.org Git - vim/commitdiff
updated for version 7.4a.035 v7.4a.035
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Jul 2013 20:35:39 +0000 (22:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Jul 2013 20:35:39 +0000 (22:35 +0200)
Problem:    Fix in patch 7.4a.032 is not tested.
Solution:   Add test.

src/testdir/test64.in
src/testdir/test64.ok
src/version.c

index c414c6e76ef07192d83300608a29c3afc5a8a956..ec6107fb1ae001e245a75c1272e75d76766a1732 100644 (file)
@@ -339,6 +339,7 @@ STARTTEST
 :call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo bar '])
 :call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo xxx ', 'foo'])
 :call add(tl, [2, '[ ]\@!\p\%([ ]\@!\p\)*:', 'implicit mappings:', 'mappings:'])
+:call add(tl, [2, 'm\k\+_\@=\%(_\@!\k\)\@<=\k\+e', 'mx__xe', 'mx__xe'])
 :"
 :"""" Combining different tests and features
 :call add(tl, [2, '[[:alpha:]]\{-2,6}', '787abcdiuhsasiuhb4', 'ab'])
index 8ac9e32cbc72146db3979a2f390cbef4c13e4707..4203c8f391333a0ffa4acc52b3a15499c7b94e97 100644 (file)
@@ -773,6 +773,9 @@ OK 2 - ^\%(.*bar\)\@!.*\zsfoo
 OK 0 - [ ]\@!\p\%([ ]\@!\p\)*:
 OK 1 - [ ]\@!\p\%([ ]\@!\p\)*:
 OK 2 - [ ]\@!\p\%([ ]\@!\p\)*:
+OK 0 - m\k\+_\@=\%(_\@!\k\)\@<=\k\+e
+OK 1 - m\k\+_\@=\%(_\@!\k\)\@<=\k\+e
+OK 2 - m\k\+_\@=\%(_\@!\k\)\@<=\k\+e
 OK 0 - [[:alpha:]]\{-2,6}
 OK 1 - [[:alpha:]]\{-2,6}
 OK 2 - [[:alpha:]]\{-2,6}
index 3dadcaf77b502aeb72472e4ce1a06e814a63d565..04f05b0383ee127ad87853b59a80a8c9638caaba 100644 (file)
@@ -727,6 +727,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    35,
 /**/
     34,
 /**/