mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
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
|
||||
:so small.vim
|
||||
:set nocp viminfo+=nviminfo
|
||||
:set enc=utf-8 nocp viminfo+=nviminfo
|
||||
:
|
||||
:" User functions
|
||||
:function MoveToCap()
|
||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
931,
|
||||
/**/
|
||||
930,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user