On my new machine for developing, after install snipmate bundle, error shows when launch VIM.
The legacy SnipMate parser is deprecated. Please see :h SnipMate-deprecate.
As tips, enter
:h SnipMate-deprecate
messages show:
The legacy parser, version 0, is deprecated. It is currently still the default
parser, but that will be changing. NOTE that switching which parser you use
could require changes to your snippets--see the previous section.
To continue using the old parser, set g:snipMate.snippet_version (see
|SnipMate-options|) to 0 in your |vimrc|.
Setting g:snipMate.snippet_version to either 0 or 1 will remove the start up
message. One way this can be done--to use the new parser--is as follows:
>
let g:snipMate = { 'snippet_version' : 1 }
So add
let g:snipMate = { 'snippet_version' : 1 }
to .vimrc, and relaunch VIM, error was fixed.
微信关注我哦 👍
我是来自山东烟台的一名开发者,有感兴趣的话题,或者软件开发需求,欢迎加微信 zhongwei 聊聊, 查看更多联系方式
谈笑风生
老猫 (来自: 中国 山东 烟台 联通) 2年前