Remove debugging code...

This commit is contained in:
Adam Stankiewicz
2020-09-09 19:22:27 +02:00
parent 4f7a4036eb
commit 19a69cf77d

View File

@@ -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