]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - vim/patches/vim-7.3.330.patch0
Merge remote-tracking branch 'stevee/openvswitch-systemd'
[people/amarx/ipfire-3.x.git] / vim / patches / vim-7.3.330.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.330
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.330
11 Problem: When longjmp() is invoked if the X server gives an error the state
12 is not properly restored.
13 Solution: Reset vgetc_busy. (Yukihiro Nakadaira)
14 Files: src/main.c
15
16
17 *** ../vim-7.3.329/src/main.c 2011-05-10 16:41:13.000000000 +0200
18 --- src/main.c 2011-10-04 16:41:03.000000000 +0200
19 ***************
20 *** 1009,1014 ****
21 --- 1009,1015 ----
22 skip_redraw = FALSE;
23 RedrawingDisabled = 0;
24 no_wait_return = 0;
25 + vgetc_busy = 0;
26 # ifdef FEAT_EVAL
27 emsg_skip = 0;
28 # endif
29 *** ../vim-7.3.329/src/version.c 2011-09-30 18:35:49.000000000 +0200
30 --- src/version.c 2011-10-04 16:42:23.000000000 +0200
31 ***************
32 *** 711,712 ****
33 --- 711,714 ----
34 { /* Add new patch number below this line */
35 + /**/
36 + 330,
37 /**/
38
39 --
40 Just remember...if the world didn't suck, we'd all fall off.
41
42 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
43 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
44 \\\ an exciting new programming language -- http://www.Zimbu.org ///
45 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///