To: vim_dev@googlegroups.com Subject: Patch 7.4a.035 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4a.035 Problem: Fix in patch 7.4a.032 is not tested. Solution: Add test. Files: src/testdir/test64.in, src/testdir/test64.ok *** ../vim-7.4a.034/src/testdir/test64.in 2013-06-29 12:02:33.000000000 +0200 --- src/testdir/test64.in 2013-07-17 20:50:17.000000000 +0200 *************** *** 339,344 **** --- 339,345 ---- :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']) *** ../vim-7.4a.034/src/testdir/test64.ok 2013-06-29 12:03:38.000000000 +0200 --- src/testdir/test64.ok 2013-07-17 20:51:13.000000000 +0200 *************** *** 773,778 **** --- 773,781 ---- 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} *** ../vim-7.4a.034/src/version.c 2013-07-17 21:59:06.000000000 +0200 --- src/version.c 2013-07-17 22:35:07.000000000 +0200 *************** *** 729,730 **** --- 729,732 ---- { /* Add new patch number below this line */ + /**/ + 35, /**/ -- I used to be indecisive, now I'm not sure. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///