mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
'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:
@@ -1329,7 +1329,7 @@ return {
|
||||
expand=true,
|
||||
varname='p_kp',
|
||||
defaults={
|
||||
if_true={vi="man -s"},
|
||||
if_true={vi=":Man"},
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user