]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.162
- initial import
[packages/vim.git] / 6.2.162
CommitLineData
d02ad552
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.162
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.2.162
11Problem: ":redraw" doesn't always display the text that includes the cursor
12 position, e.g. after ":call cursor(1, 0)". (Eugene Minkovskii)
13Solution: Call update_topline() before redrawing.
14Files: src/ex_docmd.c
15
16
17*** ../vim-6.2.161/src/ex_docmd.c Wed Oct 29 14:37:09 2003
18--- src/ex_docmd.c Tue Dec 16 13:51:40 2003
19***************
20*** 7116,7121 ****
21--- 7116,7122 ----
22
23 RedrawingDisabled = 0;
24 p_lz = FALSE;
25+ update_topline();
26 update_screen(eap->forceit ? CLEAR :
27 #ifdef FEAT_VISUAL
28 VIsual_active ? INVERTED :
29*** ../vim-6.2.161/src/version.c Mon Dec 29 20:36:56 2003
30--- src/version.c Mon Dec 29 20:38:47 2003
31***************
32*** 639,640 ****
33--- 639,642 ----
34 { /* Add new patch number below this line */
35+ /**/
36+ 162,
37 /**/
38
39--
40From "know your smileys":
41 :-E Has major dental problems
42
43 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
44/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
45\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
46 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.032661 seconds and 4 git commands to generate.