aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/xolox/misc/os.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/autoload/xolox/misc/os.vim b/autoload/xolox/misc/os.vim
index 4dcf64d..157affe 100644
--- a/autoload/xolox/misc/os.vim
+++ b/autoload/xolox/misc/os.vim
@@ -63,9 +63,7 @@ function! xolox#misc#os#exec(options) " {{{1
if !async
let tempout = tempname()
let temperr = tempname()
- let cmd = printf('(%s) 1>%s 2>%s', cmd,
- \ xolox#misc#escape#shell(tempout),
- \ xolox#misc#escape#shell(temperr))
+ let cmd = printf('(%s) 1>%s 2>%s', cmd, xolox#misc#escape#shell(tempout), xolox#misc#escape#shell(temperr))
endif
" If A) we're on Windows, B) the vim-shell plug-in is installed and C) the