forked from aniani/vim
patch 9.0.1498: in a terminal window the cursor may jump around
Problem: In a terminal window the cursor may jump around. (Kenny Stauffer)
Solution: Do not move the cursor to the position for terminal-normal mode.
(closes #12312)
This commit is contained in:
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1498,
|
||||
/**/
|
||||
1497,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user