mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
f26df8bb66
commit
7f49594813
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user