commit | 2ac7184d34cd01e2b76bd1f704fd6a4b4af10239 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon May 31 19:23:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 31 19:23:01 2021 +0200 |
tree | fcabc6d151a256f814e20bcf197b41e5aa4a4a5e | |
parent | ef8706fb84cfe8bd58b1b26b0742e42caf09655b [diff] [blame] |
patch 8.2.2916: operators are not fully tested Problem: Operators are not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8290)
diff --git a/src/version.c b/src/version.c index 8584778..87eb484 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2916, +/**/ 2915, /**/ 2914,