aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-01-23 20:03:05 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-09-23 00:05:33 -0400
commit998d0ffc09d5c7358db62dc88c2e2b87622f60b5 (patch)
tree468730ac462d4990fd8a26e696c0290841f45177 /src/nvim/options.lua
parent481049e0c91995dd48b7cc10f8fbb157258a5e26 (diff)
downloadrneovim-998d0ffc09d5c7358db62dc88c2e2b87622f60b5.tar.gz
rneovim-998d0ffc09d5c7358db62dc88c2e2b87622f60b5.tar.bz2
rneovim-998d0ffc09d5c7358db62dc88c2e2b87622f60b5.zip
'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
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 723736d376..e02326be78 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1329,7 +1329,7 @@ return {
expand=true,
varname='p_kp',
defaults={
- if_true={vi="man -s"},
+ if_true={vi=":Man"},
}
},
{