summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-05 05:59:57 -0500
committerdoy <doy@tozt.net>2009-01-05 05:59:57 -0500
commitbe232b96227af0831a4bddf07885079c3e50590a (patch)
treec508abd416b8522d1853bcd5394f78681e3c4417 /vimrc
parentc5160dc84133664e6402f1e76653b362c7d6d7f3 (diff)
downloadconf-be232b96227af0831a4bddf07885079c3e50590a.tar.gz
conf-be232b96227af0831a4bddf07885079c3e50590a.zip
don't output things when reading in help files
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 73f6d99..4db0b72 100644
--- a/vimrc
+++ b/vimrc
@@ -473,7 +473,7 @@ function Help(visual, iskeyword, command)
set nomodifiable
endfunction
function s:man(word)
- exe 'read! man -P"col -b" ' . a:word
+ exe 'silent read! man -P"col -b" ' . a:word
normal ggdd
set ft=man
endfunction