caio.co/de/querycommandcomplete.vim

Make default setup comment clearer

Id
3b7647ffe62a593eee947e817cc6bed5cb8af444
Author
Caio
Commit time
2012-12-29T20:01:52+01:00

Modified plugin/querycommandcomplete.vim

@@ -48,7 +48,7
finish
endif

-" use mutt query command as default
+" Try to use mutt's query_command by default if nothing is set
if !exists("g:qcc_query_command")
let s:querycmd = system('mutt -Q query_command 2>/dev/null')
let s:querycmd = substitute(s:querycmd, '^query_command="\(.*\)"\n', '\1','')