]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(help): Unset `'comments'` and `'cms'` options
authorPhạm Bình An <111893501+brianhuster@users.noreply.github.com>
Fri, 8 Aug 2025 08:44:18 +0000 (10:44 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 8 Aug 2025 08:44:18 +0000 (10:44 +0200)
commitadfea9b4e68f39744fcb6ce7840e1c3c3b4637db
tree04325db263563e055464a526fe825a9668c1799a
parent6a6a44ffb5ad7350a4d313a5faeae17e50bf37a2
runtime(help): Unset `'comments'` and `'cms'` options

Problem:  Vim's help file doesn't have any syntax for comments, but
          'comments' and 'commentstring' are still set in the help
          buffer.
Solution: Unset 'comments' and 'cms' in help buffer

closes: #17889

Signed-off-by: Phạm Bình An <111893501+brianhuster@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/help.vim