We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427f408 commit e82a7f6Copy full SHA for e82a7f6
autoload/xolox/shell.vim
@@ -1,9 +1,9 @@
1
" Vim auto-load script
2
" Author: Peter Odding <peter@peterodding.com>
3
-" Last Change: May 3, 2013
+" Last Change: May 6, 2013
4
" URL: http://peterodding.com/code/vim/shell/
5
6
-let g:xolox#shell#version = '0.11.2'
+let g:xolox#shell#version = '0.11.3'
7
8
call xolox#misc#compat#check('shell', 2)
9
@@ -364,7 +364,7 @@ function! s:handle_error(cmd, output) " {{{2
364
else
365
let msg .= ' (output: %s)'
366
let output = strtrans(xolox#misc#str#trim(a:output))
367
- throw printf(msg, string(a:cmd), )
+ throw printf(msg, string(a:cmd), output)
368
endif
369
370
endfunction
0 commit comments