forked from aniani/vim
updated for version 7.3.986
Problem: Test 95 doesn't pass when 'encoding' isn't utf-8. (Yasuhiro Matsumoto) Solution: Force 'encoding' to be utf-8.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Test for regexp patterns with multi-byte support.
|
Test for regexp patterns with multi-byte support, using utf-8.
|
||||||
See test64 for the non-multi-byte tests.
|
See test64 for the non-multi-byte tests.
|
||||||
|
|
||||||
A pattern that gives the expected result produces OK, so that we know it was
|
A pattern that gives the expected result produces OK, so that we know it was
|
||||||
@@ -7,6 +7,7 @@ actually tried.
|
|||||||
STARTTEST
|
STARTTEST
|
||||||
:so small.vim
|
:so small.vim
|
||||||
:so mbyte.vim
|
:so mbyte.vim
|
||||||
|
:set encoding=utf-8 viminfo+=nviminfo
|
||||||
:" tl is a List of Lists with:
|
:" tl is a List of Lists with:
|
||||||
:" regexp pattern
|
:" regexp pattern
|
||||||
:" text to test the pattern on
|
:" text to test the pattern on
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
986,
|
||||||
/**/
|
/**/
|
||||||
985,
|
985,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user