1
0
forked from aniani/vim

patch 7.4.931

Problem:    Test 94 fails on some systems.
Solution:   Set 'encoding' to utf-8.
This commit is contained in:
Bram Moolenaar
2015-11-21 14:24:50 +01:00
parent e392eb41f8
commit cfcd1ddd10
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ Test cases:
STARTTEST STARTTEST
:so small.vim :so small.vim
:set nocp viminfo+=nviminfo :set enc=utf-8 nocp viminfo+=nviminfo
: :
:" User functions :" User functions
:function MoveToCap() :function MoveToCap()

View File

@@ -741,6 +741,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 */
/**/
931,
/**/ /**/
930, 930,
/**/ /**/