man.vim: Add - to 'iskeyword' (#12598)

Pressing K on manpages with - in their name will now work.

I noticed this the manpages of https://github.com/cli/cli
This commit is contained in:
Anmol Sethi 2020-08-08 12:48:33 -04:00 committed by GitHub
parent f26df8bb66
commit 7f49594813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ setlocal noswapfile buftype=nofile bufhidden=hide
setlocal nomodified readonly nomodifiable
setlocal noexpandtab tabstop=8 softtabstop=8 shiftwidth=8
setlocal wrap breakindent linebreak
setlocal iskeyword+=-
setlocal nonumber norelativenumber
setlocal foldcolumn=0 colorcolumn=0 nolist nofoldenable