]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.096
- new
[packages/vim.git] / 7.2.096
CommitLineData
3e524028
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.096
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 7.2.096
11Problem: After ":number" the "Press Enter" message may be on the wrong
12 screen, if switching screens for shell commands.
13Solution: Reset info_message. (James Vega)
14Files: 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--
49A 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.043869 seconds and 4 git commands to generate.