VimL与Python集成:如何在Vimscript中接收Python返回的数据?
最近在学习用VimL和python写vim插件,碰到些问题,求大神指导比如function! GetWord()let string = "some text"python << endpython""这里是python codesome_other_text = "some other text""然后想要把some_other_text赋值给string""应该怎么做呢endpythonreturnendfunction求大神指导
959 阅读
<M-x> eshell <Return> vi <Return>
不谢