On Friday, October 23, 2015 at 8:52:22 PM UTC+2, Ben Fritz wrote:
> 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.Hi, It is ok assuming some modifications on the files that configure, build GVim using new Visual Studio 2015 organisation. I have revised configure.cmd in order to call python not dynamically. You can see joined files that I have used and modify to compile with VisualStudio 2015 following those guidelines putting outside Python35 https://mgiuffrida.github.io/2015/06/27/building-vim-on-windows.html Otherwise, omnisharp is a plugin download from this site : http://vimawesome.com/plugin/omnisharp-vim-mine Now the feature python is ok. echo has("python") returns 1. -- -- 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.
VS2015Configure.7z
Description: application/7z-compressed
