]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.082
- initial import
[packages/vim.git] / 6.2.082
CommitLineData
717fd8f6
AF
1To: vim-dev@vim.org
2Subject: Patch 6.2.082
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 6.2.082
11Problem: Can't compile with Perl 5.8.1.
12Solution: Rename "e_number" to "e_number_exp". (Sascha Blank)
13Files: src/digraph.c, src/globals.h
14
15
16*** ../vim-6.2.081/src/digraph.c Fri May 2 20:44:37 2003
17--- src/digraph.c Fri Aug 22 20:39:59 2003
18***************
19*** 2175,2181 ****
20 str = skipwhite(str);
21 if (!isdigit(*str))
22 {
23! EMSG(_(e_number));
24 return;
25 }
26 n = getdigits(&str);
27--- 2175,2181 ----
28 str = skipwhite(str);
29 if (!isdigit(*str))
30 {
31! EMSG(_(e_number_exp));
32 return;
33 }
34 n = getdigits(&str);
35*** ../vim-6.2.081/src/globals.h Wed May 28 20:24:00 2003
36--- src/globals.h Fri Aug 22 20:40:04 2003
37***************
38*** 1253,1259 ****
39 EXTERN char_u e_nowrtmsg[] INIT(=N_("E37: No write since last change (add ! to override)"));
40 EXTERN char_u e_null[] INIT(=N_("E38: Null argument"));
41 #ifdef FEAT_DIGRAPHS
42! EXTERN char_u e_number[] INIT(=N_("E39: Number expected"));
43 #endif
44 #ifdef FEAT_QUICKFIX
45 EXTERN char_u e_openerrf[] INIT(=N_("E40: Can't open errorfile %s"));
46--- 1253,1259 ----
47 EXTERN char_u e_nowrtmsg[] INIT(=N_("E37: No write since last change (add ! to override)"));
48 EXTERN char_u e_null[] INIT(=N_("E38: Null argument"));
49 #ifdef FEAT_DIGRAPHS
50! EXTERN char_u e_number_exp[] INIT(=N_("E39: Number expected"));
51 #endif
52 #ifdef FEAT_QUICKFIX
53 EXTERN char_u e_openerrf[] INIT(=N_("E40: Can't open errorfile %s"));
54*** ../vim-6.2.081/src/version.c Thu Sep 11 21:08:22 2003
55--- src/version.c Thu Sep 11 21:10:21 2003
56***************
57*** 632,633 ****
58--- 632,635 ----
59 { /* Add new patch number below this line */
60+ /**/
61+ 82,
62 /**/
63
64--
65It is illegal to rob a bank and then shoot at the bank teller with a water
66pistol.
67 [real standing law in Louisana, United States of America]
68
69 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
70/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
71\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
72 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.028792 seconds and 4 git commands to generate.