commit | 7cc596547a582e7bc18d91312eb674906ebdc5c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 13:14:46 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 13:14:46 2018 +0200 |
tree | 3d78740816dc7ef0c7bffa9f106d11b8a68c0411 | |
parent | 3cb4448b8a5c0192988f4e349aba6d7a91a9a4bd [diff] [blame] |
patch 8.1.0241: effect of ":tabmove N" is not clear Problem: Effect of ":tabmove N" is not clear. Solution: Add a test that shows the behavior. (Christian Brabandt, closes #3288)
diff --git a/src/version.c b/src/version.c index c3b7add..6162752 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 241, +/**/ 240, /**/ 239,