From 14c684ebdd9e671e904520adb4cef7b9be996c59 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 27 Mar 2010 17:47:24 -0400 Subject: [PATCH] added disclaimer comment by mappings --- after/plugin/snipMate.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/after/plugin/snipMate.vim b/after/plugin/snipMate.vim index 03e79ae..bdbe199 100644 --- a/after/plugin/snipMate.vim +++ b/after/plugin/snipMate.vim @@ -5,6 +5,11 @@ if !exists('loaded_snips') || exists('s:did_snips_mappings') endif let s:did_snips_mappings = 1 +" This is put here in the 'after' directory in order for snipMate to override +" other plugin mappings (e.g., supertab). +" +" You can safely adjust these mappings to your preferences (as explained in +" :help snipMate-remap). ino =TriggerSnippet() snor i=TriggerSnippet() ino =BackwardsSnippet()