commit | 58f60ca2fcd2858faac84e386b3ccf5ced75084d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 17:19:00 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 17:19:00 2017 +0100 |
tree | 2448e57474c40fa8ead15953a71ebc8de38fb893 | |
parent | 6d721c7e10251ad8c89a461eed99d8cf2659c1df [diff] [blame] |
patch 8.0.0200: some syntax arguments are not tested Problem: Some syntax arguments are not tested. Solution: Add more syntax command tests.
diff --git a/src/version.c b/src/version.c index 50bcce0..1d7af33 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 200, +/**/ 199, /**/ 198,