mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
updated for version 7.4a.035
Problem: Fix in patch 7.4a.032 is not tested. Solution: Add test.
This commit is contained in:
@@ -339,6 +339,7 @@ STARTTEST
|
|||||||
:call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo bar '])
|
:call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo bar '])
|
||||||
:call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo xxx ', 'foo'])
|
:call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo xxx ', 'foo'])
|
||||||
:call add(tl, [2, '[ ]\@!\p\%([ ]\@!\p\)*:', 'implicit mappings:', 'mappings:'])
|
: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
|
:"""" Combining different tests and features
|
||||||
:call add(tl, [2, '[[:alpha:]]\{-2,6}', '787abcdiuhsasiuhb4', 'ab'])
|
:call add(tl, [2, '[[:alpha:]]\{-2,6}', '787abcdiuhsasiuhb4', 'ab'])
|
||||||
|
@@ -773,6 +773,9 @@ OK 2 - ^\%(.*bar\)\@!.*\zsfoo
|
|||||||
OK 0 - [ ]\@!\p\%([ ]\@!\p\)*:
|
OK 0 - [ ]\@!\p\%([ ]\@!\p\)*:
|
||||||
OK 1 - [ ]\@!\p\%([ ]\@!\p\)*:
|
OK 1 - [ ]\@!\p\%([ ]\@!\p\)*:
|
||||||
OK 2 - [ ]\@!\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 0 - [[:alpha:]]\{-2,6}
|
||||||
OK 1 - [[:alpha:]]\{-2,6}
|
OK 1 - [[:alpha:]]\{-2,6}
|
||||||
OK 2 - [[:alpha:]]\{-2,6}
|
OK 2 - [[:alpha:]]\{-2,6}
|
||||||
|
@@ -727,6 +727,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
35,
|
||||||
/**/
|
/**/
|
||||||
34,
|
34,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user