From efe9d5cec60523f5f3ca358f3a80668fb0da5c65 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Sat, 22 Apr 2017 22:28:50 +0200 Subject: [PATCH] more verbose address auto completion --- vim/.vim/plugin/querycommandcomplete.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/plugin/querycommandcomplete.vim b/vim/.vim/plugin/querycommandcomplete.vim index 8a8666c..ef5e482 100644 --- a/vim/.vim/plugin/querycommandcomplete.vim +++ b/vim/.vim/plugin/querycommandcomplete.vim @@ -114,7 +114,7 @@ call s:DefaultIfUnset('g:qcc_pattern', '^\(To\|Cc\|Bcc\|From\|Reply-To\):') call s:DefaultIfUnset('g:qcc_multiline', 0) call s:DefaultIfUnset('g:qcc_multiline_pattern', '.*') call s:DefaultIfUnset('g:qcc_format_word', '${1} <${0}>') -call s:DefaultIfUnset('g:qcc_format_abbr', '${1}') +call s:DefaultIfUnset('g:qcc_format_abbr', '${1} <${0}>') call s:DefaultIfUnset('g:qcc_format_menu', '${2}') " Given a format string where the placeholders are in the format