From 1048b107a3cfbb0490e2b394c32c90fafe4b98ac Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 18 Oct 2013 22:14:58 +0600 Subject: Vim snipmate plugin moved to the bundle. --- files/.vim/after/plugin/snipMate.vim | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 files/.vim/after/plugin/snipMate.vim (limited to 'files/.vim/after/plugin/snipMate.vim') diff --git a/files/.vim/after/plugin/snipMate.vim b/files/.vim/after/plugin/snipMate.vim deleted file mode 100644 index d2989cf..0000000 --- a/files/.vim/after/plugin/snipMate.vim +++ /dev/null @@ -1,23 +0,0 @@ -" These are the mappings for snipMate.vim. Putting it here ensures that it -" will be mapped after other plugins such as supertab.vim. -if exists('s:did_snips_mappings') || &cp || version < 700 - finish -endif -let s:did_snips_mappings = 1 - -ino =TriggerSnippet() -snor i=TriggerSnippet() -snor b -snor ' b' -snor a -snor bi - -" By default load snippets in snippets_dir -if empty(snippets_dir) - finish -endif - -call GetSnippets(snippets_dir, '_') " Get global snippets - -au FileType * if &ft != 'help' | call GetSnippets(snippets_dir, &ft) | endif -" vim:noet:sw=4:ts=4:ft=vim -- cgit v1.2.3