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求大神指导
1.1k 阅读
交给你快速自己寻找答案的方法:
vim命令行模式下
会出现quit的详细文档,如下: