fix(startup): support .exrc or .nvimrc with init.lua (#21181)

This commit is contained in:
Kristijan Husak
2022-11-26 01:50:52 +01:00
committed by GitHub
parent 9dfbbde240
commit 3f478547cf
2 changed files with 64 additions and 3 deletions

View File

@@ -1919,7 +1919,8 @@ static bool do_user_initialization(void)
xfree(user_vimrc);
xfree(init_lua_path);
return false;
do_exrc = p_exrc;
return do_exrc;
}
xfree(init_lua_path);