mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
Merge branch 'master' of gitosis@majnematic.com:davesdots
This commit is contained in:
commit
812e838126
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