commit | 0e97b9487571cf725a9cb28fe4dcefc800415f69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 27 22:53:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 27 22:53:53 2019 +0100 |
tree | 8e3c232261680bf2f82a40eb4e245a75949eef68 | |
parent | 760285dd4f20d25e8ae3166996981b8dddba366a [diff] [blame] |
patch 8.1.1061: when substitute string throws error, substitute happens anyway Problem: When substitute string throws error, substitute happens anyway. Solution: Skip substitution when aborting. (closes #4161)
diff --git a/src/version.c b/src/version.c index 69f2f06..07b3a0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1061, +/**/ 1060, /**/ 1059,