commit | 2c997d76034d5294c92305108357daef6feabd95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 23 22:52:09 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 23 22:52:09 2017 +0100 |
tree | dd97935cb8b5ca4da3d39a52e8d1ca2d780f7f00 | |
parent | 93a32e2ec4b5a391c5006ca09f196e6510c8c2e9 [diff] [blame] |
patch 8.0.1333: some tests are run twice Problem: Some tests are run twice. Solution: Invoked most utf8 tests only from test_alot_utf8. (Yegappan Lakshmanan, closes #2369)
diff --git a/src/version.c b/src/version.c index 5824ecf..dc29e3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1333, +/**/ 1332, /**/ 1331,