Hi,
2018/1/19 Fri 19:49:18 UTC+9 Ni Va wrote:
> 1. I delete registry entry
>
>
> 2. in _vimrc
>
>
> " Python
>
> let $pythonhome= 'c:/thirdPartTools/Python36'
> let currpath.=';'.'c:/thirdPartTools/Python27'
> let currpath.=';'.'c:/thirdPartTools/Python36'
> let currpath.=';'.'c:/thirdPartTools/Python36/Lib/site-packages'
> let uniqPath= join(uniq(split(currpath,';')),';')
> let $path=currpath
>
> set pythondll=python27.dll
> set pythonthreedll=python36.dll
>
>
>
>
> 3. py3 print('hell') returns hell => OK
>
>
> 4. echo neovim_rpc#serveraddr() returns local ip server => OK
>
>
>
>
> Distri is now standalone.
>
>
> Thank you !
I suspect that `:py print('hello')` doesn't work now.
There is a PR to fix it, but it is not included:
https://github.com/vim/vim/pull/1266
Regards,
Ken Takata
--
--
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.