mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-06 12:14:26 +08:00
Fix JSON parsing error message
This commit is contained in:
@@ -70,7 +70,7 @@ function! rhubarb#json_parse(string) abort
|
||||
catch
|
||||
endtry
|
||||
endif
|
||||
call s:throw("invalid JSON: ".stripped)
|
||||
call s:throw("invalid JSON: ".a:string)
|
||||
endfunction
|
||||
|
||||
function! rhubarb#json_generate(object) abort
|
||||
|
||||
Reference in New Issue
Block a user