]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0172: Coverity warning for not restoring character v8.2.0172
authorBram Moolenaar <Bram@vim.org>
Tue, 28 Jan 2020 22:13:42 +0000 (23:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 28 Jan 2020 22:13:42 +0000 (23:13 +0100)
commit4549ece47cc8d6487d8e64ae37361fea87e3ad39
tree40d3520766250651ba9e28ee843c52c27893545f
parent9a5e5a3e33bb86ba5209278e83ec60790f80d15c
patch 8.2.0172: Coverity warning for not restoring character

Problem:    Coverity warning for not restoring character.
Solution:   Restore the character also in case of failure.
src/version.c
src/vim9script.c