commit | 9b7f8ce9eb3cb704f8cc14ab659bf86b1d6dc13c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 19:07:17 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 19:07:17 2016 +0200 |
tree | ef3886176e8111bad2543299f5e96f3af2f37e60 | |
parent | 920694c1b60fac8017b8909efcc24f189804a9bb [diff] [blame] |
patch 7.4.2237 Problem: Can't use "." and "$" with ":tab". Solution: Support a range for ":tab". (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 8b86531..fe60c32 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2237, +/**/ 2236, /**/ 2235,