]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.096
- updated to 7.2.102
[packages/vim.git] / 7.2.096
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.096
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 7.2.096
11 Problem:    After ":number" the "Press Enter" message may be on the wrong
12             screen, if switching screens for shell commands.
13 Solution:   Reset info_message. (James Vega)
14 Files:      src/ex_cmds.c
15
16
17 *** ../vim-7.2.095/src/ex_cmds.c        Tue Jan 13 16:57:09 2009
18 --- src/ex_cmds.c       Fri Jan 30 21:01:54 2009
19 ***************
20 *** 2417,2424 ****
21         cursor_on();            /* msg_start() switches it off */
22         out_flush();
23         silent_mode = save_silent;
24 -       info_message = FALSE;
25       }
26   }
27   
28   /*
29 --- 2417,2424 ----
30         cursor_on();            /* msg_start() switches it off */
31         out_flush();
32         silent_mode = save_silent;
33       }
34 +     info_message = FALSE;
35   }
36   
37   /*
38 *** ../vim-7.2.095/src/version.c        Wed Feb  4 11:45:28 2009
39 --- src/version.c       Wed Feb  4 13:12:55 2009
40 ***************
41 *** 678,679 ****
42 --- 678,681 ----
43   {   /* Add new patch number below this line */
44 + /**/
45 +     96,
46   /**/
47
48 -- 
49 A fine is a tax for doing wrong.  A tax is a fine for doing well.
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\        download, build and distribute -- http://www.A-A-P.org        ///
54  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.026515 seconds and 3 git commands to generate.