]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.663
- add patches 7.3.619-743
[packages/vim.git] / 7.3.663
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.663
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.663
11 Problem:    End of color scheme name not clear in E185. (Aaron Lewis)
12 Solution:   Put the name in single quotes.
13 Files:      src/ex_docmd.c
14
15
16 *** ../vim-7.3.662/src/ex_docmd.c       2012-08-23 18:43:06.000000000 +0200
17 --- src/ex_docmd.c      2012-09-14 20:49:29.000000000 +0200
18 ***************
19 *** 6466,6472 ****
20   #endif
21       }
22       else if (load_colors(eap->arg) == FAIL)
23 !       EMSG2(_("E185: Cannot find color scheme %s"), eap->arg);
24   }
25   
26       static void
27 --- 6466,6472 ----
28   #endif
29       }
30       else if (load_colors(eap->arg) == FAIL)
31 !       EMSG2(_("E185: Cannot find color scheme '%s'"), eap->arg);
32   }
33   
34       static void
35 *** ../vim-7.3.662/src/version.c        2012-09-18 16:36:26.000000000 +0200
36 --- src/version.c       2012-09-18 16:44:57.000000000 +0200
37 ***************
38 *** 721,722 ****
39 --- 721,724 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     663,
43   /**/
44
45 -- 
46 Yesterday is history.
47 Tomorrow is a mystery.
48 Today is a gift.
49 That's why it is called 'present'.
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
54  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.056263 seconds and 3 git commands to generate.