On Friday, October 23, 2015 at 12:07:40 PM UTC-5, Ni Va wrote:
>
>
> Hi Ben,
>
> Ok then I compiled Vim 7.4 with python/dyn and python3/dyn Make_mvc updated
> for Visual2015
And this worked? What command line did you use to compile?
> but I got an issue with omnisharp feature.
>
What is the "omnisharp feature"? What kind of issue? What did you expect to
happen? What happened?
> I have two questions:
> 1. How can I test python feature from within Vim
:echo has('python')
=> should give 1
:python print "Hello"
=> should print "Hello"
> 2. Omnisharp plugin really needs +python or can it run with +python/dyn
>
I think +python and +python/dyn should be functionally identical. You should be
able to run Omnisharp with dynamic python exactly the same as with a statically
linked python. I *think* the only difference is that for +python/dyn, Vim
invokes a DLL, but with +python Vim calls into code included in its own
executable from Python. But I could be wrong on that.
I've only ever compiled +python/dyn in Windows.
--
--
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.