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')
|
||||
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