Skip to content

Commit 28c3d78

Browse files
committed
Use Lua 5.3 with Vim
Add lua5.3-libs explicitly - lua5.1-libs was removed previously when purging vim-build now.
1 parent 8ebdb4a commit 28c3d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install_vim.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ EOF
107107
if [ $LUA -eq 1 ]; then
108108
if [ "$FLAVOR" = vim ]; then
109109
CONFIG_ARGS="$CONFIG_ARGS --enable-luainterp"
110-
apk add --virtual vim-build lua-dev
111-
apk add lua
110+
apk add --virtual vim-build lua5.3-dev
111+
apk add lua5.3-libs
112112
else
113113
echo 'NOTE: -lua is automatically used with Neovim 0.2.1+, and not supported before.'
114114
fi

0 commit comments

Comments
 (0)