setlocal keywordprg to help

This commit is contained in:
ManjaroOne666 2018-01-07 16:13:55 +00:00
parent 4669ff5740
commit 6061c7d3e3
2 changed files with 3 additions and 0 deletions

1
vim/ftplugin/help.vim Normal file
View File

@ -0,0 +1 @@
setlocal keywordprg=:help

View File

@ -4,3 +4,5 @@ set shiftwidth=2
set expandtab
set shiftround
set autoindent
setlocal keywordprg=:help