]> git.pld-linux.org Git - packages/vim.git/blame - 6.3.031
- new
[packages/vim.git] / 6.3.031
CommitLineData
90dbba45
AG
1To: vim-dev@vim.org
2Subject: Patch 6.3.031
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 6.3.031
11Problem: When entering a mapping and pressing Tab halfway the command line
12 isn't redrawn properly. (Adri Verhoef)
13Solution: Reposition the cursor after drawing over the "..." of the
14 completion attempt.
15Files: src/ex_getln.c
16
17
18*** ../vim-6.3.030/src/ex_getln.c Sun Sep 5 20:48:38 2004
19--- src/ex_getln.c Tue Oct 19 19:37:30 2004
20***************
21*** 2892,2897 ****
22--- 2892,2898 ----
23 vim_free(p2);
24
25 redrawcmd();
26+ cursorcmd();
27
28 /* When expanding a ":map" command and no matches are found, assume that
29 * the key is supposed to be inserted literally */
30*** ../vim-6.3.030/src/version.c Thu Oct 7 20:07:59 2004
31--- src/version.c Fri Oct 22 11:44:35 2004
32***************
33*** 643,644 ****
34--- 643,646 ----
35 { /* Add new patch number below this line */
36+ /**/
37+ 31,
38 /**/
39
40--
41hundred-and-one symptoms of being an internet addict:
42225. You sign up for free subscriptions for all the computer magazines
43
44 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
45/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
47 \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.032798 seconds and 4 git commands to generate.