]> granicus.if.org Git - vim/commitdiff
patch 7.4.931 v7.4.931
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Nov 2015 13:24:50 +0000 (14:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Nov 2015 13:24:50 +0000 (14:24 +0100)
Problem:    Test 94 fails on some systems.
Solution:   Set 'encoding' to utf-8.

src/testdir/test94.in
src/version.c

index aa86fc1df9543f292c08520858a76cb0fb5d3310..238fef3749e417cad29df138bcf9f296f23b6e57 100644 (file)
@@ -17,7 +17,7 @@ Test cases:
 
 STARTTEST
 :so small.vim
-:set nocp viminfo+=nviminfo
+:set enc=utf-8 nocp viminfo+=nviminfo
 :
 :" User functions
 :function MoveToCap()
index a518d8641ded7dc78a72d16e1860376e421f16c7..548d611898ae03dd83197d30e921fdb4c5d85bf6 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    931,
 /**/
     930,
 /**/