From e108a087b4a5a3acb55786643e5289a64c8b0c60 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 7 Oct 2013 11:07:27 +0200 Subject: Update latex, html, ruby, c, cpp --- ftplugin/latex-box/common.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin') diff --git a/ftplugin/latex-box/common.vim b/ftplugin/latex-box/common.vim index 7b62d21c..7df90020 100644 --- a/ftplugin/latex-box/common.vim +++ b/ftplugin/latex-box/common.vim @@ -215,7 +215,7 @@ function! LatexBox_View() if has('win32') let cmd = '!start /b' . cmd . ' >nul' else - let cmd = '!' . cmd . ' >/dev/null &' + let cmd = '!' . cmd . ' &>/dev/null &' endif silent execute cmd if !has("gui_running") -- cgit v1.2.3