0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.0982: update_cursor() called twice in :shell

Problem:    update_cursor() called twice in :shell.
Solution:   Remove one of the calls. (Yasuhiro Matsumoto, closes #4039)
This commit is contained in:
Bram Moolenaar 2019-02-25 06:28:57 +01:00
parent 5b868a82ed
commit 32033d2397
2 changed files with 2 additions and 1 deletions

View 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

View File

@ -779,6 +779,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
982,
/**/
981,
/**/