changeset 6310:3ec6e0ef4a67 v7.4.488

updated for version 7.4.488 Problem: test_mapping fails for some people. Solution: Set the 'encoding' option. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 22 Oct 2014 22:09:01 +0200
parents 6a598be6d4e8
children 8bb4ca7fba40
files src/testdir/test_mapping.in src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_mapping.in
+++ b/src/testdir/test_mapping.in
@@ -3,6 +3,7 @@ Test for mappings and abbreviations
 STARTTEST
 :so small.vim
 :so mbyte.vim
+:set encoding=utf-8
 : " abbreviations with р (0x80) should work
 :inoreab чкпр   vim
 GAчкпр 
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    488,
+/**/
     487,
 /**/
     486,