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')
|
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 ----
|
||||||
|
|
Loading…
Add table
Reference in a new issue