diff options
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index a7f808e6..432b5e01 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -1972,9 +1972,6 @@ endfunc autocmd VimEnter * call s:verify() -set sw=3 -set ts=8 - " restore Vi compatibility settings let &cpo = s:cpo_save unlet s:cpo_save |