53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
|
To: vim_dev@googlegroups.com
|
||
|
Subject: Patch 7.4.931
|
||
|
Fcc: outbox
|
||
|
From: Bram Moolenaar <Bram@moolenaar.net>
|
||
|
Mime-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
------------
|
||
|
|
||
|
Patch 7.4.931 (after 7.4.929)
|
||
|
Problem: Test 94 fails on some systems.
|
||
|
Solution: Set 'encoding' to utf-8.
|
||
|
Files: src/testdir/test94.in
|
||
|
|
||
|
|
||
|
*** ../vim-7.4.930/src/testdir/test94.in 2015-11-19 20:11:50.022118268 +0100
|
||
|
--- src/testdir/test94.in 2015-11-21 14:16:35.799454566 +0100
|
||
|
***************
|
||
|
*** 17,23 ****
|
||
|
|
||
|
STARTTEST
|
||
|
:so small.vim
|
||
|
! :set nocp viminfo+=nviminfo
|
||
|
:
|
||
|
:" User functions
|
||
|
:function MoveToCap()
|
||
|
--- 17,23 ----
|
||
|
|
||
|
STARTTEST
|
||
|
:so small.vim
|
||
|
! :set enc=utf-8 nocp viminfo+=nviminfo
|
||
|
:
|
||
|
:" User functions
|
||
|
:function MoveToCap()
|
||
|
*** ../vim-7.4.930/src/version.c 2015-11-19 20:23:34.410520484 +0100
|
||
|
--- src/version.c 2015-11-20 23:01:20.974791757 +0100
|
||
|
***************
|
||
|
*** 743,744 ****
|
||
|
--- 743,746 ----
|
||
|
{ /* Add new patch number below this line */
|
||
|
+ /**/
|
||
|
+ 931,
|
||
|
/**/
|
||
|
|
||
|
--
|
||
|
"Computers in the future may weigh no more than 1.5 tons."
|
||
|
Popular Mechanics, 1949
|
||
|
|
||
|
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
||
|
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
||
|
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
||
|
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|