commit | 882d02eeb571a13a502fe82a04c9eaffa630c294 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 17:56:43 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 17:56:43 2019 +0100 |
tree | b5a3b2e670f613526993632c19391c259c23b9c0 | |
parent | cd62512c5595fa1f7a7f2c6ec1a90ea6bde3ad50 [diff] [blame] |
patch 8.1.0974: cannot switch from terminal window to previous tabpage Problem: Cannot switch from terminal window to previous tabpage. Solution: Make CTRL-W gT move to previous tabpage.
diff --git a/src/version.c b/src/version.c index cca92c8..cd2554a 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 974, +/**/ 973, /**/ 972,