This commit is contained in:
Josh Holtrop 2011-12-20 11:22:34 -05:00
commit 0d23876983
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

1
vimrc
View File

@ -120,6 +120,7 @@ if has("autocmd")
autocmd QuickFixCmdPre grep copen autocmd QuickFixCmdPre grep copen
autocmd QuickFixCmdPre vimgrep copen autocmd QuickFixCmdPre vimgrep copen
autocmd FileType html set sw=2 ts=2 sts=2 autocmd FileType html set sw=2 ts=2 sts=2
autocmd FileType xhtml set sw=2 ts=2 sts=2
endif " has("autocmd") endif " has("autocmd")
if !exists('s:loaded') if !exists('s:loaded')