Simplified by removing curly-quote support

Such support is best provided by an educating quote plugin.
This commit is contained in:
Reed Esau
2014-08-15 01:49:08 -06:00
parent c949c1853d
commit 25e9569e6a
3 changed files with 30 additions and 51 deletions

View File

@@ -13,10 +13,6 @@ let g:loaded_litecorrect = 1
let s:save_cpo = &cpo
set cpo&vim
if !exists('g:litecorrect#typographic')
let g:litecorrect#typographic = 1 " 0=disable, 1=enable
endif
let &cpo = s:save_cpo
unlet s:save_cpo
" vim:ts=2:sw=2:sts=2