From f517dceb9476eed04a5e9f5365c33d17516961b6 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Mon, 15 Oct 2012 16:05:23 +0200 Subject: [PATCH] vim: correction of a path error for the closetag plugin --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 9c4c067..ccfe41e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -130,7 +130,7 @@ let g:session_autosave = 'no' " closetag autocmd FileType html,htmldjango,jinjahtml,eruby,mako let b:closetag_html_style=1 -autocmd FileType html,xhtml,xml,htmldjango,jinjahtml,eruby,mako source ~/.vim/bundle/closetag/plugin/closetag.vim +autocmd FileType html,xhtml,xml,htmldjango,jinjahtml,eruby,mako source ~/.vim/bundle/closetag.vim/plugin/closetag.vim " TagList : http://vim-taglist.sourceforge.net/ " Need ctags