commit | 40ee466c361b9698c2a452a36ff4d6c6e5382ed0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 05 22:08:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 05 22:08:26 2020 +0200 |
tree | d0a6f06126ed83da69e7c83fe034a1eceb9ca106 | |
parent | 015f4267f4a28627c1872042078a95be7e06c4dc [diff] [blame] |
patch 8.2.0700: Vim9: converting error message to exception not tested Problem: Vim9: converting error message to exception not tested. Solution: Test exception from error. Do not continue after :echoerr.
diff --git a/src/version.c b/src/version.c index 6168188..4c743cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 700, +/**/ 699, /**/ 698,