mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
made it work on vim.tiny
This commit is contained in:
parent
0639cab258
commit
d18fa49786
1 changed files with 7 additions and 7 deletions
2
vimrc
2
vimrc
|
@ -68,7 +68,6 @@ if has('eval')
|
|||
|
||||
let g:detectindent_preferred_expandtab = 0
|
||||
let g:detectindent_preferred_indent = 4
|
||||
endif
|
||||
|
||||
fun! <SID>DetectDetectIndent()
|
||||
try
|
||||
|
@ -76,6 +75,7 @@ fun! <SID>DetectDetectIndent()
|
|||
catch
|
||||
endtry
|
||||
endfun
|
||||
endif
|
||||
|
||||
if has('autocmd')
|
||||
autocmd BufEnter * :call WideFold()
|
||||
|
|
Loading…
Add table
Reference in a new issue