On Fr, 22 Mär 2024, wsd...@outlook.com wrote:
> Hello, I just found a issue with vim.7.4.1689, and this also happened in > 8.0.0027. > > Down load vim from > https://github.com/vim/vim-win32-installer/releases/download/v8.0.0027/gvim_8.0.0027_x64.zip. > > the vimrc file is: > > ``` > > filetype off > set rtp+=build/vader > set rtp+=. > set rtp+=after > set noswapfile > filetype plugin indent on > syntax enable > set nocompatible > > ``` > > and the test.vim is: > > ``` > > if 0 > lua spacevim_dict = 1 > else > echo 'skip lua test' > endif > > ``` > > run command: `vim -Nu vimrc test.vim` and `:so %`. I get error like: > > ``` > 处理 C:\Users\wsdjeg\Desktop\test.vim 时发生错误: > 第 3 行: > E370: 无法加载库 lua53.dll > Lua library cannot be loaded. > ``` I cannot reproduce with latest version. gvim 8.0.0027 is from 2016, I guess it has been fixed in the meantime. Thanks, Christian -- Don't ever slam a door; you might want to go back. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/Zf1mqIJhk45wutdM%40256bit.org.