summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-09 19:22:27 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-09 19:22:27 +0200
commit19a69cf77d521d6f3856d2f5c1a2faa678b937ba (patch)
tree45e45f778ad7974e80a81bd2dc065075a3fc455d /ftdetect
parent4f7a4036eb4f4d64fa5f30e55f23fbb0de4680dc (diff)
downloadvim-polyglot-19a69cf77d521d6f3856d2f5c1a2faa678b937ba.tar.gz
vim-polyglot-19a69cf77d521d6f3856d2f5c1a2faa678b937ba.zip
Remove debugging code...v4.9.7
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim3
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