diff --git a/vroom/luaformatterfiveone.vroom b/vroom/luaformatterfiveone.vroom index 5a6a4fc..afda5e3 100644 --- a/vroom/luaformatterfiveone.vroom +++ b/vroom/luaformatterfiveone.vroom @@ -18,8 +18,8 @@ examples. luaformatterfiveone expects the lua formatterfiveone executable to be installed on your system. - % function hello() - % print("world") + % function hello() + % print("world") % end :FormatCode luaformatterfiveone ! luaformatterfiveone -i 2> .* @@ -43,11 +43,14 @@ Errors are reported using the quickfix list. @clear % 13() :FormatCode luaformatterfiveone - ! luaformatterfiveone -i 2> .* + ! luaformatterfiveone -i 2> (.*) + $ 1 (status) + $ echo >\1 ' (command) + |luaformatterfiveone:Unable to format stdin:\n + |[string "isCodeValid"]:1: unexpected symbol near '"'13'" ~ (1 of 1): unexpected symbol near '13' :echomsg line('.') . ',' . col('.') ~ 1,1 - :echomsg string(map(getqflist(), - |'v:val.lnum . "," . v:val.text')) + :echomsg string(map(getqflist(), 'v:val.lnum . "," . v:val.text')) ~ ['1,unexpected symbol near ''13''']