]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.066
- updated to 0.7.3
[packages/vim.git] / 7.0.066
CommitLineData
aac7cff9 1To: vim-dev@vim.org
2Subject: Patch 7.0.066
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.0.066
11Problem: After the popup menu for Insert mode completion overlaps the tab
12 pages line it is not completely removed.
13Solution: Redraw the tab pages line after removing the popup menu. (Ori
14 Avtalion)
15Files: src/popupmnu.c
16
17
18*** ../vim-7.0.065/src/popupmnu.c Fri Apr 21 00:12:29 2006
19--- src/popupmnu.c Tue Aug 22 16:10:55 2006
20***************
21*** 552,557 ****
22--- 552,560 ----
23 {
24 pum_array = NULL;
25 redraw_all_later(SOME_VALID);
26+ #ifdef FEAT_WINDOWS
27+ redraw_tabline = TRUE;
28+ #endif
29 status_redraw_all();
30 }
31
32*** ../vim-7.0.065/src/version.c Tue Aug 22 21:39:18 2006
33--- src/version.c Tue Aug 22 21:50:34 2006
34***************
35*** 668,669 ****
36--- 668,671 ----
37 { /* Add new patch number below this line */
38+ /**/
39+ 66,
40 /**/
41
42--
43panic("Foooooooood fight!");
44 -- In the kernel source aha1542.c, after detecting a bad segment list
45
46 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
47/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
48\\\ download, build and distribute -- http://www.A-A-P.org ///
49 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.033909 seconds and 4 git commands to generate.