]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1357: Vim incorrectly escapes tags with "[" in a help buffer v9.1.1357
authorPhạm Bình An <phambinhanctb2004@gmail.com>
Thu, 1 May 2025 15:30:58 +0000 (17:30 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 1 May 2025 15:30:58 +0000 (17:30 +0200)
commit6af20a9be3312045c38ca24b93f2d5d0d70da0b1
tree3d069275ea4ad6e2d370f376d846d392e2b15cbb
parentf5bfc48c0596aead6dd30438930d2cb621b18a35
patch 9.1.1357: Vim incorrectly escapes tags with "[" in a help buffer

Problem:  Vim incorrectly escapes tags containing "[" in a help buffer
Solution: check if the buffer has the "help" filetype set, instead of
          already being a help buffer (Phạm Bình An)

fixes: #17224
closes: #17232

Co-authored-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Phạm Bình An <phambinhanctb2004@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/normal.c
src/testdir/test_help.vim
src/version.c