fixed this so that it works

This commit is contained in:
David Alexander Majnemer 2008-11-13 20:11:03 -06:00
parent b437cfb68c
commit 215ecf9602

7
vimrc
View file

@ -79,10 +79,9 @@ endfun
if has('autocmd')
autocmd BufEnter * :call WideFold()
try
autocmd BufReadPost * :call DetectDetectIndent()
catch
endtry
if exists("*DetectIndent")
autocmd BufReadPost * :call DetectIndent()
endif
endif
" ---- Spelling ----