Skip to content

Commit cfcd1dd

Browse files
committed
patch 7.4.931
Problem: Test 94 fails on some systems. Solution: Set 'encoding' to utf-8.
1 parent e392eb4 commit cfcd1dd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test94.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Test cases:
1717

1818
STARTTEST
1919
:so small.vim
20-
:set nocp viminfo+=nviminfo
20+
:set enc=utf-8 nocp viminfo+=nviminfo
2121
:
2222
:" User functions
2323
:function MoveToCap()

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
931,
744746
/**/
745747
930,
746748
/**/

0 commit comments

Comments
 (0)