commit | c8970b94645d0730f4a7cc42388ff32665398e8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 26 20:18:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 26 20:18:08 2020 +0100 |
tree | 74b67ceec823a1e80960d9afcec2f8e6d6a6d754 | |
parent | f9d51354de069dddc049b9e109b1932c92e5aee6 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 52d64fc..91736ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1908, +/**/ 1907, /**/ 1906,