]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.252
- typo
[packages/vim.git] / 7.1.252
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.252
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.252 (after 7.1.243)
11 Problem:    Test 39 fails when the environment has a utf-8 locale. (Dominique
12             Pelle)
13 Solution:   Force 'encoding' to be latin1.
14 Files:      src/testdir/test39.in
15
16
17 *** ../vim-7.1.251/src/testdir/test39.in        Wed Feb  6 14:43:50 2008
18 --- src/testdir/test39.in       Thu Feb 14 22:16:57 2008
19 ***************
20 *** 5,10 ****
21 --- 5,12 ----
22   STARTTEST
23   :so small.vim
24   :so mbyte.vim
25 + :" This only works when 'encoding' is "latin1", don't depend on the environment
26 + :set enc=latin1
27   /^abcde
28   :" Test shift-right of a block
29   jllll\16jj>wll\16jlll>
30 *** ../vim-7.1.251/src/version.c        Wed Feb 13 21:48:24 2008
31 --- src/version.c       Thu Feb 14 22:18:11 2008
32 ***************
33 *** 668,669 ****
34 --- 668,671 ----
35   {   /* Add new patch number below this line */
36 + /**/
37 +     252,
38   /**/
39
40 -- 
41 How To Keep A Healthy Level Of Insanity:
42 9. As often as possible, skip rather than walk.
43
44  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
45 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46 \\\        download, build and distribute -- http://www.A-A-P.org        ///
47  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.074568 seconds and 3 git commands to generate.