]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.278
- removed conflict with 6.2.259
[packages/vim.git] / 6.2.278
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.278
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 6.2.278
11 Problem:    Using "much" instead of "many".
12 Solution:   Correct the error message.
13 Files:      src/eval.c
14
15
16 *** ../vim-6.2.277/src/eval.c   Thu Feb 19 15:20:32 2004
17 --- src/eval.c  Wed Feb 18 12:00:45 2004
18 ***************
19 *** 5919,5925 ****
20                 {
21                     vim_free(p);
22                     vim_free(remain);
23 !                   EMSG(_("E655: Too much symbolic links (cycle?)"));
24                     retvar->var_val.var_string = NULL;
25                     goto fail;
26                 }
27 --- 5919,5925 ----
28                 {
29                     vim_free(p);
30                     vim_free(remain);
31 !                   EMSG(_("E655: Too many symbolic links (cycle?)"));
32                     retvar->var_val.var_string = NULL;
33                     goto fail;
34                 }
35 *** ../vim-6.2.277/src/version.c        Thu Feb 19 15:23:11 2004
36 --- src/version.c       Thu Feb 19 15:28:13 2004
37 ***************
38 *** 639,640 ****
39 --- 639,642 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     278,
43   /**/
44
45 -- 
46 hundred-and-one symptoms of being an internet addict:
47 190. You quickly hand over your wallet, leather jacket, and car keys
48      during a mugging, then proceed to beat the crap out of your
49      assailant when he asks for your laptop.
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
54  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.025608 seconds and 3 git commands to generate.