]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.252
- updated to 7.1.326
[packages/vim.git] / 7.1.252
CommitLineData
ef75664d
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.252
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.252 (after 7.1.243)
11Problem: Test 39 fails when the environment has a utf-8 locale. (Dominique
12 Pelle)
13Solution: Force 'encoding' to be latin1.
14Files: 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--
41How To Keep A Healthy Level Of Insanity:
429. 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.041683 seconds and 4 git commands to generate.