'keywordprg': support ex commands

- new feature: if the first character of 'keywordprg' is ":", the
  command is invoked as a Vim ex-command prefixed with [count].
- change default 'keywordprg' to :Man
This commit is contained in:
Justin M. Keyes
2015-01-23 20:03:05 -05:00
parent 481049e0c9
commit 998d0ffc09
5 changed files with 39 additions and 40 deletions

View File

@@ -1329,7 +1329,7 @@ return {
expand=true,
varname='p_kp',
defaults={
if_true={vi="man -s"},
if_true={vi=":Man"},
}
},
{