vim/vim-win32-installer

What version of Lua does gvim support?

VimWei opened this issue · 1 comments

Steps to reproduce

:lua print(_VERSION)

E370: Could not load library lua54.dll: <d5>Ҳ<bb><b5><bd>ָ<b6><a8><b5><c4>ģ<bf>顣
Lua library cannot be loaded.

Do I need to install Lua 5.4 separately?

Can I only install Lua 5.4, or are other versions also acceptable?

Expected behaviour

Print the version number of Lua supported by gvim.

Version of Vim

9.1.0309

Environment

Win 10 Pro 22H2 (64 bits)

Installer package: gvim_9.1.0309_x64_signed.exe

I downloaded lua54.dll to windows/system32, and everything is working fine.