commit | 97fbc404fc56f76df12b2d2658b1d6efda28d5dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 19:41:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 19:41:46 2017 +0200 |
tree | ae02ab743c38ac84f93458fca00a37a0d85c171d | |
parent | 2a02745709127bd56ccdbac8c568b3c25f3072a7 [diff] [blame] |
patch 8.0.1153: no tests for diff_hlID() and diff_filler() Problem: No tests for diff_hlID() and diff_filler(). Solution: Add tests. (Dominique Pelle, closes #2156)
diff --git a/src/version.c b/src/version.c index 2126c96..b63246e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1153, +/**/ 1152, /**/ 1151,