]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.254
- updated to 0.7.5
[packages/vim.git] / 7.1.254
CommitLineData
ef75664d
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.254
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.254
11Problem: Tests 49 and 55 fail when the locale is French.
12Solution: Using C messages for test 49. Filter the error message in test 55
13 such that it works when the number is halfway the message.
14Files: src/testdir/test49.in, src/testdir/test55.in
15
16
17*** ../vim-7.1.253/src/testdir/test49.in Tue Sep 25 17:54:41 2007
18--- src/testdir/test49.in Tue Feb 19 21:03:20 2008
19***************
20*** 6,11 ****
21--- 6,12 ----
22 STARTTEST
23 :so small.vim
24 :se nocp nomore viminfo+=nviminfo
25+ :lang mess C
26 :so test49.vim
27 GGGGGGGGGGGGGG"rp:.-,$w! test.out
28 :"
29*** ../vim-7.1.253/src/testdir/test55.in Tue Sep 25 17:54:41 2007
30--- src/testdir/test55.in Tue Feb 19 21:06:21 2008
31***************
32*** 146,152 ****
33 :try
34 : let n = d[1500]
35 :catch
36! : $put =v:exception[:14] . v:exception[-4:-1]
37 :endtry
38 :" lookup each items
39 :for i in range(1500)
40--- 146,152 ----
41 :try
42 : let n = d[1500]
43 :catch
44! : $put =substitute(v:exception, '\v(.{14}).*( \d{4}).*', '\1\2', '')
45 :endtry
46 :" lookup each items
47 :for i in range(1500)
48*** ../vim-7.1.253/src/version.c Mon Feb 18 19:41:40 2008
49--- src/version.c Wed Feb 20 10:16:59 2008
50***************
51*** 668,669 ****
52--- 668,671 ----
53 { /* Add new patch number below this line */
54+ /**/
55+ 254,
56 /**/
57
58--
59hundred-and-one symptoms of being an internet addict:
6034. You laugh at people with 14400 baud modems.
61
62 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
63/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
64\\\ download, build and distribute -- http://www.A-A-P.org ///
65 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.033367 seconds and 4 git commands to generate.