Remove snipMate compatibility file. If at all, this should now live in vim-snippets.

This commit is contained in:
Holger Rapp 2014-04-13 10:04:12 +02:00
parent c21016573b
commit 2f84899445

View File

@ -1,8 +0,0 @@
if exists('did_UltiSnips_snipmate_compatibility')
finish
endif
let did_UltiSnips_snipmate_compatibility = 1
if ! exists('g:snips_author')
let g:snips_author = "John Doe"
endif