]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.003
- new
[packages/vim.git] / 7.3.003
CommitLineData
a6a4cd99
ER
1To: vim-dev@vim.org
2Subject: Patch 7.3.003
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.003
11Problem: Crash with specific BufWritePost autocmd. (Peter Odding)
12Solution: Don't free the quickfix title twice. (Lech Lorens)
13Files: 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--
39From "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 ///
This page took 0.169251 seconds and 4 git commands to generate.