]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.057
- new: 7.3.270
[packages/vim.git] / 7.3.057
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.057
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.057
11 Problem:    Segfault with command line abbreviation. (Randy Morris)
12 Solution:   Don't retrigger the abbreviation when abandoning the command line.
13             Continue editing the command line after the error.
14 Files:      src/ex_getln.c
15     
16
17 *** ../vim-7.3.056/src/ex_getln.c       2010-11-10 15:37:00.000000000 +0100
18 --- src/ex_getln.c      2010-11-16 14:03:09.000000000 +0100
19 ***************
20 *** 712,718 ****
21                     }
22                 }
23                 beep_flush();
24 !               c = ESC;
25             }
26   #endif
27             else
28 --- 712,722 ----
29                     }
30                 }
31                 beep_flush();
32 !               got_int = FALSE;        /* don't abandon the command line */
33 !               did_emsg = FALSE;
34 !               emsg_on_display = FALSE;
35 !               redrawcmd();
36 !               goto cmdline_not_changed;
37             }
38   #endif
39             else
40 *** ../vim-7.3.056/src/version.c        2010-11-16 11:29:30.000000000 +0100
41 --- src/version.c       2010-11-16 14:04:25.000000000 +0100
42 ***************
43 *** 716,717 ****
44 --- 716,719 ----
45   {   /* Add new patch number below this line */
46 + /**/
47 +     57,
48   /**/
49
50 -- 
51 FROG: How you English say:  I one more time, mac, I unclog my nose towards
52       you, sons of a window-dresser,  so, you think you could out-clever us
53       French fellows with your silly knees-bent creeping about advancing
54       behaviour.  (blows a raspberry) I wave my private parts at your aunties,
55       you brightly-coloured, mealy-templed, cranberry-smelling, electric
56       donkey-bottom biters.
57                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
58
59  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
60 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
61 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
62  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.037554 seconds and 3 git commands to generate.