commit | 00b24be454800f544676aa8850fb4378a568901e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 22:04:47 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 22:04:47 2016 +0200 |
tree | b1b3a7c937e85625a7a9c9bc7ea4b01ef8f503fb | |
parent | d4f31dc45482e8db527ca044b9c3436b1e750006 [diff] [blame] |
patch 7.4.2098 Problem: Text object tests are old style. Solution: Turn them into new style tests. (James McCoy, closes #941)
diff --git a/src/version.c b/src/version.c index d511c52..20dd140 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2098, +/**/ 2097, /**/ 2096,