0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

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
:so small.vim
:set nocp viminfo+=nviminfo
:set enc=utf-8 nocp viminfo+=nviminfo
:
:" User functions
:function MoveToCap()

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
931,
/**/
930,
/**/