diff --git a/vimrc b/vimrc index 1ee2773..562bfec 100644 --- a/vimrc +++ b/vimrc @@ -120,4 +120,5 @@ if has("autocmd") autocmd QuickFixCmdPre grep copen autocmd QuickFixCmdPre vimgrep copen autocmd FileType html set sw=2 ts=2 sts=2 + autocmd FileType xhtml set sw=2 ts=2 sts=2 endif " has("autocmd")