commit | 62a232506d06f6d1b3b7271801c907d6294dfe84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 14:04:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 14:04:42 2020 +0200 |
tree | d95d049e9676ef5b8a63ca9096401ca52dc8b90d | |
parent | 730b24833952f0f4a9a17b7815b0d9f87c609eb8 [diff] [blame] |
patch 8.2.1401: cannot jump to the last used tabpage Problem: Cannot jump to the last used tabpage. Solution: Add g<Tab> and tabpagnr('#'). (Yegappan Lakshmanan, closes #6661, neovim #11626)
diff --git a/src/version.c b/src/version.c index 20e8b36..15f4c06 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1401, +/**/ 1400, /**/ 1399,