diff --git a/plugin/rhubarb.vim b/plugin/rhubarb.vim index d3d9ee1..0e00a7f 100644 --- a/plugin/rhubarb.vim +++ b/plugin/rhubarb.vim @@ -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