From 26f9f5cf5666ac43be4cd46dca25920f8550a6ff Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 15 Jan 2013 14:11:20 -0500 Subject: [PATCH] use with insert-mode mappings to avoid commands being echoed --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index c0239df..801149f 100644 --- a/vimrc +++ b/vimrc @@ -81,8 +81,8 @@ vnoremap vnoremap < >gv -inoremap :call PtagSymbolBeforeParen() -inoremap :pclose +inoremap :call PtagSymbolBeforeParen() +inoremap :pclose if has("autocmd") autocmd FileType text setlocal noautoindent