This commit is contained in:
chentau
2021-01-26 16:45:36 -08:00
parent d82688973d
commit f0ccac0ba4
3 changed files with 12 additions and 8 deletions

View File

@@ -1292,7 +1292,10 @@ static void nlua_add_treesitter(lua_State *const lstate) FUNC_ATTR_NONNULL_ALL
lua_setfield(lstate, -2, "_ts_parse_query");
}
int nlua_expand_pat(expand_T *xp, char_u *pat, int *num_results, char_u ***results)
int nlua_expand_pat(expand_T *xp,
char_u *pat,
int *num_results,
char_u ***results)
{
lua_State *const lstate = nlua_enter();
int ret = OK;