diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-09 19:22:27 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-09 19:22:27 +0200 |
commit | 19a69cf77d521d6f3856d2f5c1a2faa678b937ba (patch) | |
tree | 45e45f778ad7974e80a81bd2dc065075a3fc455d | |
parent | 4f7a4036eb4f4d64fa5f30e55f23fbb0de4680dc (diff) | |
download | vim-polyglot-19a69cf77d521d6f3856d2f5c1a2faa678b937ba.tar.gz vim-polyglot-19a69cf77d521d6f3856d2f5c1a2faa678b937ba.zip |
Remove debugging code...v4.9.7
-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 |