commit | 94f4ffa7704921a3634e56b878e6dc362bc3d508 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 10 19:21:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 10 19:21:15 2020 +0200 |
tree | 7eab30ba7523cb0c3261e6c4c0e77f12759937d2 | |
parent | 6e4cfffe809a894ea831fc8011527714481d2857 [diff] [blame] |
patch 8.2.1413: previous tab page not usable from an Ex command Problem: Previous tab page not usable from an Ex command. Solution: Add the "#" argument for :tabnext et al. (Yegappan Lakshmanan, closes #6677)
diff --git a/src/version.c b/src/version.c index 4d86275..a08b5d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1413, +/**/ 1412, /**/ 1411,