]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(man): Fix <Plug>ManBS
authorLuca Saccarola <github.e41mv@aleeas.com>
Thu, 22 Aug 2024 19:16:25 +0000 (21:16 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 22 Aug 2024 19:17:19 +0000 (21:17 +0200)
commit1c4f40213bbb848091dcacd7c5b34f6a45e341a7
tree8f75dd4b5d48381aa4b7c457f9bd3a35f67fd4e0
parent2750b83fa1a917c13d0cae3e791493720dcaadaa
runtime(man): Fix <Plug>ManBS

This change does 2 things:
- make sure the mapping <Plug>ManBS sets the buffer to modified
  to avoid a potential error message
- remove commented q mapping

fixes #15538
closes: #15547

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/man.vim