|
Karsten Hopp |
4bc225 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
4bc225 |
Subject: Patch 7.4.488
|
|
Karsten Hopp |
4bc225 |
Fcc: outbox
|
|
Karsten Hopp |
4bc225 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
4bc225 |
Mime-Version: 1.0
|
|
Karsten Hopp |
4bc225 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
4bc225 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
4bc225 |
------------
|
|
Karsten Hopp |
4bc225 |
|
|
Karsten Hopp |
4bc225 |
Patch 7.4.488
|
|
Karsten Hopp |
4bc225 |
Problem: test_mapping fails for some people.
|
|
Karsten Hopp |
4bc225 |
Solution: Set the 'encoding' option. (Ken Takata)
|
|
Karsten Hopp |
4bc225 |
Files: src/testdir/test_mapping.in
|
|
Karsten Hopp |
4bc225 |
|
|
Karsten Hopp |
4bc225 |
|
|
Karsten Hopp |
4bc225 |
*** ../vim-7.4.487/src/testdir/test_mapping.in 2014-10-21 16:22:01.407175226 +0200
|
|
Karsten Hopp |
4bc225 |
--- src/testdir/test_mapping.in 2014-10-22 22:04:48.422492595 +0200
|
|
Karsten Hopp |
4bc225 |
***************
|
|
Karsten Hopp |
4bc225 |
*** 3,8 ****
|
|
Karsten Hopp |
4bc225 |
--- 3,9 ----
|
|
Karsten Hopp |
4bc225 |
STARTTEST
|
|
Karsten Hopp |
4bc225 |
:so small.vim
|
|
Karsten Hopp |
4bc225 |
:so mbyte.vim
|
|
Karsten Hopp |
4bc225 |
+ :set encoding=utf-8
|
|
Karsten Hopp |
4bc225 |
: " abbreviations with р (0x80) should work
|
|
Karsten Hopp |
4bc225 |
:inoreab чкпр vim
|
|
Karsten Hopp |
4bc225 |
GAчкпр
|
|
Karsten Hopp |
4bc225 |
*** ../vim-7.4.487/src/version.c 2014-10-21 20:57:11.538295006 +0200
|
|
Karsten Hopp |
4bc225 |
--- src/version.c 2014-10-22 22:05:33.758492694 +0200
|
|
Karsten Hopp |
4bc225 |
***************
|
|
Karsten Hopp |
4bc225 |
*** 743,744 ****
|
|
Karsten Hopp |
4bc225 |
--- 743,746 ----
|
|
Karsten Hopp |
4bc225 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
4bc225 |
+ /**/
|
|
Karsten Hopp |
4bc225 |
+ 488,
|
|
Karsten Hopp |
4bc225 |
/**/
|
|
Karsten Hopp |
4bc225 |
|
|
Karsten Hopp |
4bc225 |
--
|
|
Karsten Hopp |
4bc225 |
You had connectors? Eeee, when I were a lad we 'ad to carry the
|
|
Karsten Hopp |
4bc225 |
bits between the computer and the terminal with a spoon...
|
|
Karsten Hopp |
4bc225 |
|
|
Karsten Hopp |
4bc225 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
4bc225 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
4bc225 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
4bc225 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|