From 5f384eda0d7da4f85fe9b0bad4321a27cdb0536b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 24 Mar 2013 19:02:05 -0700 Subject: [PATCH] Fix snippets file macro --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 437af8b..47d7c2b 100644 --- a/vimrc +++ b/vimrc @@ -235,7 +235,7 @@ nmap :setlocal invhlsearch nmap fa :%s/\v " Open the snippet file for the current filetype -nmap esn :e ~/.vim/bundle/snipmate/snippets/=&filetype.snippets +nmap esn :e ~/.vim/bundle/snipmate-snippets/snippets/=&filetype.snippets " Open the ftplugin-after script for the current filetype nmap eft :e ~/.vim/after/ftplugin/=&filetype.vim