aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/html.vim
blob: 0309881c36485c283232c14e36c3c567e43b08b4 (plain) (blame)
1
2
3
4
5
6
" Clear away the flag we set to indent after paragraphs
unlet g:html_indent_inctags

" Don't re-indent lines on right-angle-bracket or enter
setlocal indentkeys-=<>>,<Return>
let b:undo_ftplugin .= '|setlocal indentkeys<'