1
0
forked from aniani/vim

patch 8.0.1821: cursor in terminal window moves when pressing CTRL-W

Problem:    Cursor in terminal window moves when pressing CTRL-W. (Dominique
            Pelle)
Solution:   Do not more the cursor or redraw when not in Terminal-Normal mode.
            (closes #2904)
This commit is contained in:
Bram Moolenaar
2018-05-12 20:36:24 +02:00
parent cd8fb449d6
commit 2bc799579d
2 changed files with 17 additions and 14 deletions

View File

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