vim: correction of a path error for the closetag plugin
parent
39019d7c69
commit
f517dceb94
|
@ -130,7 +130,7 @@ let g:session_autosave = 'no'
|
||||||
|
|
||||||
" closetag
|
" closetag
|
||||||
autocmd FileType html,htmldjango,jinjahtml,eruby,mako let b:closetag_html_style=1
|
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/
|
" TagList : http://vim-taglist.sourceforge.net/
|
||||||
" Need ctags
|
" Need ctags
|
||||||
|
|
Loading…
Reference in New Issue