commit | e51bb17dd0d51384375830ee2a1df30c08121443 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 16 19:42:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 16 19:42:23 2020 +0100 |
tree | c1b74d99983bdc6405a2a02eabd7bfe76cb72004 | |
parent | a28be85ccde03ee0a0dc984dfd7396c50713b593 [diff] [blame] |
patch 8.2.0267: no check for a following cmd when calling a function fails Problem: No check for a following command when calling a function fails. Solution: Also check for a following command when inside a try block. (closes #5642)
diff --git a/src/version.c b/src/version.c index 67e23d5..73a70cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 267, +/**/ 266, /**/ 265,