]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2730: Coverity complains about not restoring character v8.2.2730
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Apr 2021 19:29:32 +0000 (21:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Apr 2021 19:29:32 +0000 (21:29 +0200)
commitc9605f0595173bca0f158f2782de950ac6bed147
tree2440cd741ab8f425c388877224780846205dc4f0
parent643ce6c0c694667a2afd24bb39d8e9d36d94d7a9
patch 8.2.2730: Coverity complains about not restoring character

Problem:    Coverity complains about not restoring character.
Solution:   Also restore the character in case of an error.
src/version.c
src/vim9compile.c