VimL与Python集成:如何在Vimscript中接收Python返回的数据?

新手上路,请多包涵

vimscript中python返回数据给vimscript

最近在学习用VimL和python写vim插件,碰到些问题,求大神指导
比如
function! GetWord()
let string = "some text"
python << endpython
""这里是python code
some_other_text = "some other text"
"然后想要把some_other_text赋值给string
""应该怎么做呢
endpython
return
endfunction
求大神指导

阅读 749
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏