]> git.pld-linux.org Git - packages/vim.git/blob - 6.3.031
- new
[packages/vim.git] / 6.3.031
1 To: vim-dev@vim.org
2 Subject: Patch 6.3.031
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.3.031
11 Problem:    When entering a mapping and pressing Tab halfway the command line
12             isn't redrawn properly. (Adri Verhoef)
13 Solution:   Reposition the cursor after drawing over the "..." of the
14             completion attempt.
15 Files:      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 -- 
41 hundred-and-one symptoms of being an internet addict:
42 225. 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.024885 seconds and 3 git commands to generate.