mirror of
https://github.com/preservim/vim-litecorrect.git
synced 2025-11-14 04:43:47 -05:00
Simplified by removing curly-quote support
Such support is best provided by an educating quote plugin.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user