]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.642
- add patches 7.3.619-743
[packages/vim.git] / 7.3.642
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.642
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.3.642
11 Problem:    Segfault with specific autocommands.  Was OK after 7.3.449 and
12             before 7.3.545. (Richard Brown)
13 Solution:   Pass TRUE for abort_if_last in the call to close_buffer().
14             (Christian Brabandt)
15 Files:      src/window.c
16
17
18 *** ../vim-7.3.641/src/window.c 2012-07-19 18:05:40.000000000 +0200
19 --- src/window.c        2012-08-29 15:42:15.000000000 +0200
20 ***************
21 *** 2269,2275 ****
22   #ifdef FEAT_AUTOCMD
23         win->w_closing = TRUE;
24   #endif
25 !       close_buffer(win, win->w_buffer, free_buf ? DOBUF_UNLOAD : 0, FALSE);
26   #ifdef FEAT_AUTOCMD
27         if (win_valid(win))
28             win->w_closing = FALSE;
29 --- 2269,2275 ----
30   #ifdef FEAT_AUTOCMD
31         win->w_closing = TRUE;
32   #endif
33 !       close_buffer(win, win->w_buffer, free_buf ? DOBUF_UNLOAD : 0, TRUE);
34   #ifdef FEAT_AUTOCMD
35         if (win_valid(win))
36             win->w_closing = FALSE;
37 *** ../vim-7.3.641/src/version.c        2012-08-29 15:22:14.000000000 +0200
38 --- src/version.c       2012-08-29 15:49:52.000000000 +0200
39 ***************
40 *** 721,722 ****
41 --- 721,724 ----
42   {   /* Add new patch number below this line */
43 + /**/
44 +     642,
45   /**/
46
47 -- 
48 The psychic said, "God bless you."  I said, "I didn't sneeze."  She
49 looked deep into my eyes and said, "You will, eventually."  And, damn
50 if she wasn't right.  Two days later, I sneezed.  --Ellen Degeneres
51
52  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
53 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
55  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.123579 seconds and 3 git commands to generate.