The legacy SnipMate parser is deprecated. Please see :h SnipMate-deprecate.

更新日期: 2021-03-31 阅读次数: 7630 字数: 139 分类: Vim

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 聊聊, 查看更多联系方式

谈笑风生

老猫

同烟台开发者, 感谢作者分享!!!!!