commit | b654103ad1e379348616f354272db86804ab4bdb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 21:21:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 21:21:27 2020 +0100 |
tree | c4013f54909d37390b42b5ed70006ad8600f0dd3 | |
parent | b4d2cb1083974a7a7262417d09baf474ca816452 [diff] [blame] |
patch 8.2.0301: insufficient testing for exception handling Problem: Insufficient testing for exception handling and the "attention" prompt. Solution: Add test cases. (Yegappan Lakshmanan, closes #5681)
diff --git a/src/version.c b/src/version.c index 16bf1e1..cda4a81 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 301, +/**/ 300, /**/ 299,