]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1908: Lua is initialized even when not used v8.2.1908
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Oct 2020 19:18:08 +0000 (20:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Oct 2020 19:18:08 +0000 (20:18 +0100)
commitc8970b94645d0730f4a7cc42388ff32665398e8b
tree74b67ceec823a1e80960d9afcec2f8e6d6a6d754
parentf9d51354de069dddc049b9e109b1932c92e5aee6
patch 8.2.1908: Lua is initialized even when not used

Problem:    Lua is initialized even when not used.
Solution:   Put lua_init() after check for "eap->skip". (Christian Brabandt,
            closes #7191).  Avoid compiler warnings.
src/if_lua.c
src/testdir/test_lua.vim
src/version.c