commit | a26b9700d73ebccd6c5459d0d66032a4249f6b72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 19:53:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 19:53:28 2020 +0200 |
tree | 2b7c7a0dfe64a8c707f36ce107dab9660adca200 | |
parent | b6fb0516ec862a18fdffe06c9400d507a7193835 [diff] [blame] |
patch 8.2.0595: Vim9: not all commands using ends_excmd() tested Problem: Vim9: not all commands using ends_excmd() tested. Solution: Find # comment after regular commands. Add more tests. Report error for where it was caused.
diff --git a/src/version.c b/src/version.c index 09dc678..bd5bd0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 595, +/**/ 594, /**/ 593,