commit | 40ce3a4e1f50badb75ca812e26557a9bc5fde8c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 18:08:39 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 18:08:39 2015 +0200 |
tree | 76b61256322ed7d01bbd3913ec3ae45f9d826b5a | |
parent | 77354e78a887e1b59ac519c5a1cb0e7fe9fc5899 [diff] [blame] |
patch 7.4.709 Problem: ":tabmove" does not work as documented. Solution: Make it work consistently. Update documentation and add tests. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index a803708..850f37c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 709, +/**/ 708, /**/ 707,