mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Fix EVL102
This commit is contained in:
parent
3d1581b599
commit
ae3c08a758
@ -24,7 +24,9 @@ else
|
|||||||
let g:spacevim_api_json_true = [function('s:json_true')]
|
let g:spacevim_api_json_true = [function('s:json_true')]
|
||||||
let g:spacevim_api_json_false = [function('s:json_false')]
|
let g:spacevim_api_json_false = [function('s:json_false')]
|
||||||
let g:spacevim_api_json_null = [function('s:json_null')]
|
let g:spacevim_api_json_null = [function('s:json_null')]
|
||||||
|
" @vimlint(EVL102, 1, l:true)
|
||||||
|
" @vimlint(EVL102, 1, l:false)
|
||||||
|
" @vimlint(EVL102, 1, l:null)
|
||||||
function! s:json_decode(json) abort
|
function! s:json_decode(json) abort
|
||||||
let true = g:spacevim_api_json_true
|
let true = g:spacevim_api_json_true
|
||||||
let false = g:spacevim_api_json_false
|
let false = g:spacevim_api_json_false
|
||||||
@ -43,6 +45,9 @@ else
|
|||||||
|
|
||||||
return object
|
return object
|
||||||
endfunction
|
endfunction
|
||||||
|
" @vimlint(EVL102, 0, l:true)
|
||||||
|
" @vimlint(EVL102, 0, l:false)
|
||||||
|
" @vimlint(EVL102, 0, l:null)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lockvar g:spacevim_api_json_true
|
lockvar g:spacevim_api_json_true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user