]> granicus.if.org Git - vim/commitdiff
patch 8.1.0982: update_cursor() called twice in :shell v8.1.0982
authorBram Moolenaar <Bram@vim.org>
Mon, 25 Feb 2019 05:28:57 +0000 (06:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Feb 2019 05:28:57 +0000 (06:28 +0100)
Problem:    update_cursor() called twice in :shell.
Solution:   Remove one of the calls. (Yasuhiro Matsumoto, closes #4039)

src/terminal.c
src/version.c

index 7e67314f962efa0e743a19fc08a1cf83b2e363d7..8d05a188e1354ad817f9dbdfa1600ae8ec0dea97 100644 (file)
@@ -3265,7 +3265,6 @@ update_system_term(term_T *term)
 
     term->tl_dirty_row_start = MAX_ROW;
     term->tl_dirty_row_end = 0;
-    update_cursor(term, TRUE);
 }
 #endif
 
index cf47f21a412437fcce3deef91f8832e45132389f..8e9c87aed67b803c6eb563d8f30a7304f589630e 100644 (file)
@@ -779,6 +779,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    982,
 /**/
     981,
 /**/