]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - vim/patches/vim-7.3.003.patch0
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / vim / patches / vim-7.3.003.patch0
1 To: vim-dev@vim.org
2 Subject: Patch 7.3.003
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.003
11 Problem: Crash with specific BufWritePost autocmd. (Peter Odding)
12 Solution: Don't free the quickfix title twice. (Lech Lorens)
13 Files: src/quickfix.c
14
15
16 *** ../vim-7.3.002/src/quickfix.c 2010-08-15 21:57:26.000000000 +0200
17 --- src/quickfix.c 2010-08-16 21:15:44.000000000 +0200
18 ***************
19 *** 2125,2130 ****
20 --- 2125,2131 ----
21 --qi->qf_lists[idx].qf_count;
22 }
23 vim_free(qi->qf_lists[idx].qf_title);
24 + qi->qf_lists[idx].qf_title = NULL;
25 }
26
27 /*
28 *** ../vim-7.3.002/src/version.c 2010-08-16 22:33:55.000000000 +0200
29 --- src/version.c 2010-08-17 20:23:05.000000000 +0200
30 ***************
31 *** 716,717 ****
32 --- 716,719 ----
33 { /* Add new patch number below this line */
34 + /**/
35 + 3,
36 /**/
37
38 --
39 From "know your smileys":
40 :-X My lips are sealed
41
42 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
43 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
44 \\\ download, build and distribute -- http://www.A-A-P.org ///
45 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///