commit | 8c5a278fc508da6dfe50e69b6ee734451aa4eafb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 07 23:07:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 07 23:07:07 2019 +0200 |
tree | 8a07c54e9ea8667a88f4aa2566e3c3c314727751 | |
parent | b59e7357722d977830948572a395f0a175c7ded8 [diff] [blame] |
patch 8.1.1826: tests use hand coded feature and option checks Problem: Tests use hand coded feature and option checks. Solution: Use the commands from check.vim in more tests.
diff --git a/src/version.c b/src/version.c index 3bb1cfd..93b8a2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1826, +/**/ 1825, /**/ 1824,