vim: correction of a path error for the closetag plugin
This commit is contained in:
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…
x
Reference in New Issue
Block a user