]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.543.patch0
Merge remote-tracking branch 'stevee/dracut'
[ipfire-3.x.git] / vim / patches / vim-7.3.543.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.543
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.543
11 Problem: The cursor is in the wrong line after using ":copen". (John
12 Beckett)
13 Solution: Invoke more drastic redraw method.
14 Files: src/eval.c
15
16
17 *** ../vim-7.3.542/src/eval.c 2012-06-01 15:20:49.000000000 +0200
18 --- src/eval.c 2012-06-06 16:28:11.000000000 +0200
19 ***************
20 *** 18507,18515 ****
21 curwin->w_skipcol = get_dict_number(dict, (char_u *)"skipcol");
22
23 check_cursor();
24 ! changed_cline_bef_curs();
25 ! invalidate_botline();
26 ! redraw_later(VALID);
27
28 if (curwin->w_topline == 0)
29 curwin->w_topline = 1;
30 --- 18507,18513 ----
31 curwin->w_skipcol = get_dict_number(dict, (char_u *)"skipcol");
32
33 check_cursor();
34 ! changed_window_setting();
35
36 if (curwin->w_topline == 0)
37 curwin->w_topline = 1;
38 *** ../vim-7.3.542/src/version.c 2012-06-06 16:14:36.000000000 +0200
39 --- src/version.c 2012-06-06 16:28:16.000000000 +0200
40 ***************
41 *** 716,717 ****
42 --- 716,719 ----
43 { /* Add new patch number below this line */
44 + /**/
45 + 543,
46 /**/
47
48 --
49 How To Keep A Healthy Level Of Insanity:
50 2. Page yourself over the intercom. Don't disguise your voice.
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 ///