commit | 2bc799579d06936968fa00e52b79ddd4eaca7678 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 12 20:36:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 12 20:36:24 2018 +0200 |
tree | 3f2c1ef185fcd0989cf2982fc7260bcde4f8e4bd | |
parent | cd8fb449d6486a1a5a09c8c098ea3a38c19e8dc5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7d86c01..38d26f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1821, +/**/ 1820, /**/ 1819,