Skip to content

Commit 739bff3

Browse files
committed
Fix merge
1 parent 4d0d237 commit 739bff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/if_lua.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,8 +1920,8 @@ void do_luaeval(char_u *str, typval_T *arg, typval_T *rettv)
19201920
int set_ref_in_lua(int copyID)
19211921
{
19221922
switch (dynamic_lua_version) {
1923-
case DYNAMIC_LUA_VER51: return set_ref_in_lua51(copyID); return;
1924-
case DYNAMIC_LUA_VER52: return set_ref_in_lua52(copyID); return;
1923+
case DYNAMIC_LUA_VER51: return set_ref_in_lua51(copyID);
1924+
case DYNAMIC_LUA_VER52: return set_ref_in_lua52(copyID);
19251925
}
19261926
}
19271927

0 commit comments

Comments
 (0)