vim的Ultisnips插件问题,vimultisnips插件,大家好,在windows


大家好,在windows 10 64位的系统,gvim也是64位,已经安装了python2.7,gvim也支持python2,
执行:py print "xx"也能正常输出。

ultisnips插件也能正常使用。

现在我想自定义一个snippets,其中包括了python代码

snippet bd "The head of blog"
date: `!p
print("xx")`
endsnippet

但是执行之后发现没有输出,只输出了date,并不是想象中的date:xx

经过测试在linux下也不行

编橙之家文章,

评论关闭