commit | 81b1ba4be57b4bfd7e53a6709b4f98758612ef5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 16:12:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 16:12:40 2019 +0100 |
tree | 4edac9f401d0c48a6f03a02870c551abd8053d7a | |
parent | ecc8bc482ba601b9301a6c129c92a0d1f8527f72 [diff] [blame] |
patch 8.1.0739: text objects in not sufficiently tested Problem: Text objects in not sufficiently tested. Solution: Add a few more test cases. (Dominique Pelle, closes #3795)
diff --git a/src/version.c b/src/version.c index 5d1d06f..8afe3e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 739, +/**/ 738, /**/ 737,