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:
parent
5b868a82ed
commit
32033d2397
@ -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
|
||||
|
||||
|
@ -779,6 +779,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
982,
|
||||
/**/
|
||||
981,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user