This is it! Without space around '=', without '"' comment around dll name => works
set luadll=lua53.dll set pythondll=python27.dll set pythonthreedll=python36.dll set rubydll=x64-msvcrt-ruby240.dll Thank you a lot James, Ken and hoe that can help others users. Niva 2018-01-05 13:23 GMT+01:00 James McCoy <[email protected]>: > On Fri, Jan 05, 2018 at 01:22:52AM -0800, Ni Va wrote: > > set luadll = "lua53.dll" > > set pythondll = "python27.dll" > > set pythonthreedll = "python36.dll" > > set rubydll = "x64-msvcrt-ruby240.dll" > > First, you can't have whitespace around the ‘=’ when setting an option. > > Second, Vim's comment character is ‘"’ so even if whitespace were > allowed, this would be setting the options to the empty string. > > So, none of these options have been set as you expect. You can verify > this by running “:set luadll?”. > > Cheers, > -- > James > GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB > > -- > -- > 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 a topic in the > Google Groups "vim_dev" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/vim_dev/GftOsk8jhJU/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
