mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
fixed this so that it works
This commit is contained in:
parent
b437cfb68c
commit
215ecf9602
1 changed files with 3 additions and 4 deletions
7
vimrc
7
vimrc
|
@ -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 ----
|
||||
|
|
Loading…
Add table
Reference in a new issue