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:
@@ -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()
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user