diff --git a/DornerWorksLogo.bmp b/DornerWorksLogo.bmp deleted file mode 100644 index 13b7e9a..0000000 Binary files a/DornerWorksLogo.bmp and /dev/null differ diff --git a/vimrc b/vimrc index 4ad120e..03a731e 100755 --- a/vimrc +++ b/vimrc @@ -120,6 +120,7 @@ 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") if !exists('s:loaded')