]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0684: skipped :exe command fails compilation on MS-Windows v9.0.0684
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Oct 2022 14:09:27 +0000 (15:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Oct 2022 14:09:27 +0000 (15:09 +0100)
commit2eae3d24d7fe8beed64652bc5c1cbddd09dafc9a
tree1c1189201bed6f74ce02ee2ffdb46d698b405b84
parentbdc09a18fca32715687d9911a431da69186528cc
patch 9.0.0684: skipped :exe command fails compilation on MS-Windows

Problem:    Skipped :exe command fails compilation on MS-Windows.
Solution:   Adjust return value when skipping.
src/version.c
src/vim9compile.c
src/vim9instr.c