changeset 4476:3cc2dca142a0 v7.3.986

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 13:05:15 +0200
parents 81869c5cc729
children 3dc6e509eb1f
files src/testdir/test95.in src/version.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test95.in
+++ b/src/testdir/test95.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.
 
 A pattern that gives the expected result produces OK, so that we know it was
@@ -7,6 +7,7 @@ actually tried.
 STARTTEST
 :so small.vim
 :so mbyte.vim
+:set encoding=utf-8 viminfo+=nviminfo
 :" tl is a List of Lists with:
 :"    regexp pattern
 :"    text to test the pattern on
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    986,
+/**/
     985,
 /**/
     984,