]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.183
- initial import
[packages/vim.git] / 6.2.183
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.183
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.183 (after 6.2.178)
11 Problem:    Warning for char/unsigned char mixup.
12 Solution:   Use MSG() instead of msg(). (Tony Leneis)
13 Files:      src/normal.c
14
15
16 *** ../vim-6.2.182/src/normal.c Fri Jan  9 19:18:01 2004
17 --- src/normal.c        Sun Jan 18 18:49:04 2004
18 ***************
19 *** 7778,7784 ****
20                 && !VIsual_active
21   #endif
22                 && no_reason)
23 !           msg(_("Type  :quit<Enter>  to exit Vim"));
24   
25         restart_edit = 0;
26   #ifdef FEAT_CMDWIN
27 --- 7790,7796 ----
28                 && !VIsual_active
29   #endif
30                 && no_reason)
31 !           MSG(_("Type  :quit<Enter>  to exit Vim"));
32   
33         restart_edit = 0;
34   #ifdef FEAT_CMDWIN
35 *** ../vim-6.2.182/src/version.c        Sun Jan 18 20:15:02 2004
36 --- src/version.c       Sun Jan 18 20:16:41 2004
37 ***************
38 *** 639,640 ****
39 --- 639,642 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     183,
43   /**/
44
45 -- 
46 CUSTOMER:     You're not fooling anyone y'know.  Look, isn't there something
47               you can do?
48 DEAD PERSON:  I feel happy... I feel happy.
49     [whop]
50 CUSTOMER:     Ah, thanks very much.
51 MORTICIAN:    Not at all.  See you on Thursday.
52 CUSTOMER:     Right.
53                                   The Quest for the Holy Grail (Monty Python)
54
55  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
56 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
57 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
58  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.031414 seconds and 3 git commands to generate.