forked from aniani/vim
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.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1908,
|
||||
/**/
|
||||
1907,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user