diff options
Diffstat (limited to 'autoload/vital/_crystal/Web')
-rw-r--r-- | autoload/vital/_crystal/Web/JSON.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autoload/vital/_crystal/Web/JSON.vim b/autoload/vital/_crystal/Web/JSON.vim index e9567fef..c6892b4e 100644 --- a/autoload/vital/_crystal/Web/JSON.vim +++ b/autoload/vital/_crystal/Web/JSON.vim @@ -9,8 +9,6 @@ endfunction execute join(['function! vital#_crystal#Web#JSON#import() abort', printf("return map({'decode': '', '_vital_depends': '', '_vital_created': '', 'encode': '', '_vital_loaded': ''}, \"vital#_crystal#function('<SNR>%s_' . v:key)\")", s:_SID()), 'endfunction'], "\n") delfunction s:_SID " ___vital___ -let s:save_cpo = &cpo -set cpo&vim function! s:_true() abort return 1 @@ -174,9 +172,6 @@ function! s:_encode_dict(val, settings) abort endfunction " @vimlint(EVL102, 0, l:ns) -let &cpo = s:save_cpo -unlet s:save_cpo - " vim:set et ts=2 sts=2 sw=2 tw=0: endif |