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. ``` wsd...@outlook.com -- -- 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/ME3P282MB184286C9CECAA71B16C4AC20D4312%40ME3P282MB1842.AUSP282.PROD.OUTLOOK.COM.