Skip to content

Commit

Permalink
DRY
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jun 4, 2012
1 parent a620586 commit 6ca8e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .vim/after/indent/eruby.vim
@@ -1,4 +1 @@
" indent in <li>, <p> etc
if g:html_indent_tags !~ '\\|p\>'
let g:html_indent_tags .= '\|p\|li\|dt\|dd'
endif
source ~/.vim/after/indent/html.vim
5 changes: 1 addition & 4 deletions .vim/after/indent/handlebars.vim
@@ -1,4 +1 @@
" indent in <li>, <p> etc
if g:html_indent_tags !~ '\\|p\>'
let g:html_indent_tags .= '\|p\|li\|dt\|dd'
endif
source ~/.vim/after/indent/html.vim
1 change: 1 addition & 0 deletions .vim/after/indent/mustache.vim
@@ -0,0 +1 @@
source ~/.vim/after/indent/html.vim

0 comments on commit 6ca8e6b

Please sign in to comment.