]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.488 v7.4.488
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Oct 2014 20:09:01 +0000 (22:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Oct 2014 20:09:01 +0000 (22:09 +0200)
Problem:    test_mapping fails for some people.
Solution:   Set the 'encoding' option. (Ken Takata)

src/testdir/test_mapping.in
src/version.c

index 55dac09bed7944dc230700edfe9d82834d985f89..e2572772c1d9d5dcaabe2cf9d0185bcd1b010edc 100644 (file)
@@ -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чкпр 
index b6f750cdcca23bcd3cab8d3c3b95da523890b1a3..e720782c79b5d6ca59850aaa861d17d66b72f9c2 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    488,
 /**/
     487,
 /**/