From e24a8eb3d4da0973c0f531707bfcb12b30736558 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 16 Dec 2011 16:11:21 -0800 Subject: [PATCH] Macro to open snipmate file for current file's type --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 815c9d4..ccb8bbf 100644 --- a/vimrc +++ b/vimrc @@ -185,6 +185,8 @@ nmap :nohlsearch " find all nmap fa :%s/\v +nmap sn :e ~/.vim/bundle/snipmate/snippets/=&filetype.snippets + if has('autocmd') filetype plugin indent on