|
Karsten Hopp |
d89f29 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
d89f29 |
Subject: Patch 7.1.252
|
|
Karsten Hopp |
d89f29 |
Fcc: outbox
|
|
Karsten Hopp |
d89f29 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
d89f29 |
Mime-Version: 1.0
|
|
Karsten Hopp |
d89f29 |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
d89f29 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
d89f29 |
------------
|
|
Karsten Hopp |
d89f29 |
|
|
Karsten Hopp |
d89f29 |
Patch 7.1.252 (after 7.1.243)
|
|
Karsten Hopp |
d89f29 |
Problem: Test 39 fails when the environment has a utf-8 locale. (Dominique
|
|
Karsten Hopp |
d89f29 |
Pelle)
|
|
Karsten Hopp |
d89f29 |
Solution: Force 'encoding' to be latin1.
|
|
Karsten Hopp |
d89f29 |
Files: src/testdir/test39.in
|
|
Karsten Hopp |
d89f29 |
|
|
Karsten Hopp |
d89f29 |
|
|
Karsten Hopp |
d89f29 |
*** ../vim-7.1.251/src/testdir/test39.in Wed Feb 6 14:43:50 2008
|
|
Karsten Hopp |
d89f29 |
--- src/testdir/test39.in Thu Feb 14 22:16:57 2008
|
|
Karsten Hopp |
d89f29 |
***************
|
|
Karsten Hopp |
d89f29 |
*** 5,10 ****
|
|
Karsten Hopp |
d89f29 |
--- 5,12 ----
|
|
Karsten Hopp |
d89f29 |
STARTTEST
|
|
Karsten Hopp |
d89f29 |
:so small.vim
|
|
Karsten Hopp |
d89f29 |
:so mbyte.vim
|
|
Karsten Hopp |
d89f29 |
+ :" This only works when 'encoding' is "latin1", don't depend on the environment
|
|
Karsten Hopp |
d89f29 |
+ :set enc=latin1
|
|
Karsten Hopp |
d89f29 |
/^abcde
|
|
Karsten Hopp |
d89f29 |
:" Test shift-right of a block
|
|
Karsten Hopp |
d89f29 |
jllll?jj>wll?jlll>
|
|
Karsten Hopp |
d89f29 |
*** ../vim-7.1.251/src/version.c Wed Feb 13 21:48:24 2008
|
|
Karsten Hopp |
d89f29 |
--- src/version.c Thu Feb 14 22:18:11 2008
|
|
Karsten Hopp |
d89f29 |
***************
|
|
Karsten Hopp |
d89f29 |
*** 668,669 ****
|
|
Karsten Hopp |
d89f29 |
--- 668,671 ----
|
|
Karsten Hopp |
d89f29 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
d89f29 |
+ /**/
|
|
Karsten Hopp |
d89f29 |
+ 252,
|
|
Karsten Hopp |
d89f29 |
/**/
|
|
Karsten Hopp |
d89f29 |
|
|
Karsten Hopp |
d89f29 |
--
|
|
Karsten Hopp |
d89f29 |
How To Keep A Healthy Level Of Insanity:
|
|
Karsten Hopp |
d89f29 |
9. As often as possible, skip rather than walk.
|
|
Karsten Hopp |
d89f29 |
|
|
Karsten Hopp |
d89f29 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
d89f29 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
d89f29 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
d89f29 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|