commit | 72e83c1ae535e2ebc35b114d34d0a811eb62b068 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 16:09:52 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 16:09:52 2019 +0100 |
tree | e3d6124987eff7f8a154d07b5b054c219494858b | |
parent | f6b401090e816b4216f783a9b85d21d9ad134ff8 [diff] [blame] |
patch 8.1.0972: cannot switch from terminal window to next tabpage Problem: Cannot switch from terminal window to next tabpage. Solution: Make CTRL-W gt move to next tabpage.
diff --git a/src/version.c b/src/version.c index 7c424e0..bd49a51 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 972, +/**/ 971, /**/ 970,