filetype off
set rtp+=build/vader
set rtp+=.
set rtp+=after
set noswapfile
filetype plugin indent on
syntax enable
set nocompatible if 0
lua spacevim_dict = 1
else
echo 'skip lua test'
endif
--------------
Eric Wong
>
>
>>
>>
>> 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
>>
>> ```
>>
>>
>> ```
>> 第 3 行:
>> E370: 无法加载库 lua53.dll
>> ```
>
>
>Thanks,
>Christian
>--
>
>--
>--
>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+u...@googlegroups.com.
>To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/Zf1mqIJhk45wutdM%40256bit.org.
--------------
Eric Wong