]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1754: :helptags doesn't skip examples with syntax v9.1.1754
authorzeertzjq <zeertzjq@outlook.com>
Thu, 11 Sep 2025 19:21:52 +0000 (15:21 -0400)
committerChristian Brabandt <cb@256bit.org>
Thu, 11 Sep 2025 19:21:52 +0000 (15:21 -0400)
commit6f020cde569073622cc085251e47d82323d5c4bd
tree7ca72aa61d501a920a4bfd189ded1ceb51305c08
parentf35a2af8ef2c9ab9f5355b32d40df7ffa0a3b830
patch 9.1.1754: :helptags doesn't skip examples with syntax

Problem:  :helptags doesn't skip examples with syntax
          (Evgeni Chasnovski)
Solution: Check for examples with syntax (zeertzjq).

fixes: #18273
closes: #18277

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/help.c
src/testdir/test_help.vim
src/version.c