From cee3b26fe6aa2aa155db79da26f9d0d86193f7a5 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 16 Feb 2010 23:22:15 -0500 Subject: [PATCH] Allow reading of output after :grep and :make --- plugin/space.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/space.vim b/plugin/space.vim index 873b7e9..bb7d627 100644 --- a/plugin/space.vim +++ b/plugin/space.vim @@ -431,7 +431,7 @@ function! s:maybe_open_fold(cmd) " special treatment of :ex commands if s:cmd_type == "quickfix" if getcmdtype() == ':' - return "\zv" + return "\" else return ":\" . (v:count ? v:count : "") . a:cmd . "\zv" endif