]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.059
- updated to 7.2.102
[packages/vim.git] / 7.2.059
CommitLineData
65bfde4c
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.059
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.2.059
11Problem: Diff display is not always updated.
12Solution: Update the display more often.
13Files: src/diff.c
14
15
16*** ../vim-7.2.058/src/diff.c Fri Nov 28 21:26:50 2008
17--- src/diff.c Fri Nov 28 17:23:35 2008
18***************
19*** 73,78 ****
20--- 73,80 ----
21 {
22 tp->tp_diffbuf[i] = NULL;
23 tp->tp_diff_invalid = TRUE;
24+ if (tp == curtab)
25+ diff_redraw(TRUE);
26 }
27 }
28 }
29***************
30*** 102,107 ****
31--- 104,110 ----
32 {
33 curtab->tp_diffbuf[i] = NULL;
34 curtab->tp_diff_invalid = TRUE;
35+ diff_redraw(TRUE);
36 }
37 }
38 }
39***************
40*** 131,136 ****
41--- 134,140 ----
42 {
43 curtab->tp_diffbuf[i] = buf;
44 curtab->tp_diff_invalid = TRUE;
45+ diff_redraw(TRUE);
46 return;
47 }
48
49*** ../vim-7.2.058/src/version.c Sun Nov 30 12:14:35 2008
50--- src/version.c Sun Nov 30 15:13:18 2008
51***************
52*** 678,679 ****
53--- 678,681 ----
54 { /* Add new patch number below this line */
55+ /**/
56+ 59,
57 /**/
58
59--
60GUARD #2: Wait a minute -- supposing two swallows carried it together?
61GUARD #1: No, they'd have to have it on a line.
62GUARD #2: Well, simple! They'd just use a standard creeper!
63GUARD #1: What, held under the dorsal guiding feathers?
64GUARD #2: Well, why not?
65 The Quest for the Holy Grail (Monty Python)
66
67 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
68/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
69\\\ download, build and distribute -- http://www.A-A-P.org ///
70 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.040734 seconds and 4 git commands to generate.