]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.543 v7.3.543
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2012 14:29:10 +0000 (16:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2012 14:29:10 +0000 (16:29 +0200)
Problem:    The cursor is in the wrong line after using ":copen". (John
            Beckett)
Solution:   Invoke more drastic redraw method.

src/eval.c
src/version.c

index 2dd36b012a783da8d820935af1ae840715826dc5..b0e4b31fa258be429b61623be8247cd3c3e0106d 100644 (file)
@@ -18507,9 +18507,7 @@ f_winrestview(argvars, rettv)
        curwin->w_skipcol = get_dict_number(dict, (char_u *)"skipcol");
 
        check_cursor();
-       changed_cline_bef_curs();
-       invalidate_botline();
-       redraw_later(VALID);
+       changed_window_setting();
 
        if (curwin->w_topline == 0)
            curwin->w_topline = 1;
index 73bf3eed409cb6486ebdd5650530a2fd8e91e3a4..9a573a0a6946c4296c519ca47f6cbb1eca634bba 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    543,
 /**/
     542,
 /**/