]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1061: when substitute string throws error, substitute happens anyway v8.1.1061
authorBram Moolenaar <Bram@vim.org>
Wed, 27 Mar 2019 21:53:53 +0000 (22:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 27 Mar 2019 21:53:53 +0000 (22:53 +0100)
commit0e97b9487571cf725a9cb28fe4dcefc800415f69
tree8e3c232261680bf2f82a40eb4e245a75949eef68
parent760285dd4f20d25e8ae3166996981b8dddba366a
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)
src/ex_cmds.c
src/testdir/test_substitute.vim
src/version.c