shithub: vim

Download patch

ref: 7ae78bc3363349f6af9b93e43dec67259467fdc9
parent: 810e423e40326ed30bb8ce06e86b6b54925e6310
author: phil9 <telephil9@gmail.com>
date: Wed Dec 22 06:46:33 EST 2021

change keyword behaviour to handle man pages

	When pressing K, VIM will run:
		'!<keywordprg> <keyword>
	There is special handling for the case when keywordprg=man which works
	well on linux where there is manpager.
	As this will not work on plan9, we do not prepend ! to keywordprg if it starts
	with a colon (e.g. :Man).