我一直收到此错误
"index.html" 20L, 382C
Warning in snipMate.vim: Snippet section is already defined.
See :h multi_snip for help on snippets with multiple matches.
每当我在vim中打开index.html
文件时。无论出于何种原因,只有index.html:/
有什么想法吗?
答案 0 :(得分:2)
检查您的snippets
文件夹,必须有html.snippet
个文件。在里面,搜索名为section
的代码段,它是重复的。删除其中一个副本,你可能会很高兴。