From 6a2b175e9a4a178fef45e70924cc7becc7a0199a Mon Sep 17 00:00:00 2001 From: Rein Henrichs Date: Mon, 18 Apr 2011 10:50:11 -0700 Subject: [PATCH] Add note about possible change to file writing --- plugin/makegreen.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/makegreen.vim b/plugin/makegreen.vim index b99fa9d..5d4ec97 100644 --- a/plugin/makegreen.vim +++ b/plugin/makegreen.vim @@ -28,7 +28,7 @@ function MakeGreen(...) "{{{1 let make_args = '%' endif - silent! w + silent! w " TODO: configuration option? let s:old_sp = &shellpipe if has('unix') set shellpipe=&> "quieter make output @@ -46,6 +46,7 @@ function MakeGreen(...) "{{{1 endif endfunction "}}}1 +" " Utility Functions" {{{1 function s:GetFirstError() if getqflist() == []