commit | 83d0cec95697c244c8096c78aa806469302a8e19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 04 21:17:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 04 21:17:58 2022 +0000 |
tree | a61468f75acdcedd8603b71051ab9ff21022fcea | |
parent | 3e79c97c18c50f97797ab13ed81c4011eba9aba0 [diff] [blame] |
patch 8.2.4296: Vim9: not all code covered by tests Problem: Vim9: not all code covered by tests. Solution: Add a few more tests for corner cases. Fix hang when single quote is missing.
diff --git a/src/version.c b/src/version.c index f11705d..503f873 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4296, +/**/ 4295, /**/ 4294,