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求大神指导
888 阅读
:help GUIEnter
你应该这么写:
autocmd! GUIEnter * :MRU