commit | 7b666c7883c905a0e1428b8bfa7ba062af2656e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 21:25:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 21:25:00 2019 +0200 |
tree | 048bf83099bf298c6dc564e95fee50bef159bb1b | |
parent | 383f387d9d3a114cdfa2af61167beb802d8ece64 [diff] [blame] |
patch 8.1.2089: do not get a hint that $TEST_FILTER was active Problem: Do not get a hint that $TEST_FILTER was active. Solution: Mention $TEST_FILTER if no functions were executed.
diff --git a/src/version.c b/src/version.c index 35253eb..552f82a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2089, +/**/ 2088, /**/ 2087,