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') if has('autocmd')
autocmd BufEnter * :call WideFold() autocmd BufEnter * :call WideFold()
try if exists("*DetectIndent")
autocmd BufReadPost * :call DetectDetectIndent() autocmd BufReadPost * :call DetectIndent()
catch endif
endtry
endif endif
" ---- Spelling ---- " ---- Spelling ----