mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.3.1008
Problem: Test 95 fails on MS-Windows. Solution: Set 'nomore'. Change \i to \f. Change multi-byte character to something that is not matching \i. (Ken Takata)
This commit is contained in:
@@ -30,10 +30,10 @@ STARTTEST
|
|||||||
:call add(tl, ['\p\+', 'ìa', 'ìa'])
|
:call add(tl, ['\p\+', 'ìa', 'ìa'])
|
||||||
|
|
||||||
:"""" Test recognition of some character classes
|
:"""" Test recognition of some character classes
|
||||||
:call add(tl, ['\i\+', '&*§xx ', 'xx'])
|
:call add(tl, ['\i\+', '&*¨xx ', 'xx'])
|
||||||
:call add(tl, ['\%#=1\i\+', '&*§xx ', 'xx'])
|
:call add(tl, ['\%#=1\i\+', '&*¨xx ', 'xx'])
|
||||||
:call add(tl, ['\f\+', '&*fname ', 'fname'])
|
:call add(tl, ['\f\+', '&*fname ', 'fname'])
|
||||||
:call add(tl, ['\%#=1\i\+', '&*fname ', 'fname'])
|
:call add(tl, ['\%#=1\f\+', '&*fname ', 'fname'])
|
||||||
|
|
||||||
:"""" Combining different tests and features
|
:"""" Combining different tests and features
|
||||||
:call add(tl, ['[^[=a=]]\+', 'ddaãâbcd', 'dd'])
|
:call add(tl, ['[^[=a=]]\+', 'ddaãâbcd', 'dd'])
|
||||||
|
@@ -8,5 +8,5 @@ OK - \p\+
|
|||||||
OK - \i\+
|
OK - \i\+
|
||||||
OK - \%#=1\i\+
|
OK - \%#=1\i\+
|
||||||
OK - \f\+
|
OK - \f\+
|
||||||
OK - \%#=1\i\+
|
OK - \%#=1\f\+
|
||||||
OK - [^[=a=]]\+
|
OK - [^[=a=]]\+
|
||||||
|
@@ -728,6 +728,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 */
|
||||||
|
/**/
|
||||||
|
1008,
|
||||||
/**/
|
/**/
|
||||||
1007,
|
1007,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user