mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 01:34:16 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user