]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.389.patch0
c8a968c362e4521f29f32b7b4e0545605b0a8f33
[ipfire-3.x.git] / vim / patches / vim-7.3.389.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.389
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.389
11 Problem: After typing at a prompt the "MORE" message appears too soon.
12 Solution: reset lines_left in msg_end_prompt(). (Eswald)
13 Files: src/message.c
14
15
16 *** ../vim-7.3.388/src/message.c 2011-09-14 15:39:26.000000000 +0200
17 --- src/message.c 2011-12-30 14:08:05.000000000 +0100
18 ***************
19 *** 85,91 ****
20 * need_wait_return to be set. This is a hack to make ":ts"
21 * work without an extra prompt.
22 * lines_left Number of lines available for messages before the
23 ! * more-prompt is to be given.
24 * need_wait_return TRUE when the hit-return prompt is needed.
25 * Reset: After giving the hit-return prompt, when the user
26 * has answered some other prompt.
27 --- 85,91 ----
28 * need_wait_return to be set. This is a hack to make ":ts"
29 * work without an extra prompt.
30 * lines_left Number of lines available for messages before the
31 ! * more-prompt is to be given. -1 when not set.
32 * need_wait_return TRUE when the hit-return prompt is needed.
33 * Reset: After giving the hit-return prompt, when the user
34 * has answered some other prompt.
35 ***************
36 *** 855,860 ****
37 --- 855,861 ----
38 cmdline_row = msg_row;
39 msg_col = 0;
40 msg_clr_eos();
41 + lines_left = -1;
42 }
43 #endif
44
45 *** ../vim-7.3.388/src/version.c 2011-12-30 13:39:04.000000000 +0100
46 --- src/version.c 2011-12-30 14:11:00.000000000 +0100
47 ***************
48 *** 716,717 ****
49 --- 716,719 ----
50 { /* Add new patch number below this line */
51 + /**/
52 + 389,
53 /**/
54
55 --
56 Proofread carefully to see if you any words out.
57
58 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
59 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
60 \\\ an exciting new programming language -- http://www.Zimbu.org ///
61 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///