po: shorten and reformat message format for smaller windows

This commit is contained in:
Christian Brabandt
2018-11-01 10:39:33 +01:00
parent 08e9aa5386
commit 6508558c3d
2 changed files with 23 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ endfunction
function! s:po_output(buf, file)
if !empty(a:buf)
let b:airline_po_stats = printf("[%s]", a:buf)
let b:airline_po_stats = printf("%s", a:buf)
else
let b:airline_po_stats = ''
endif