commit | ddab3ce3457aadffb16ce0127f67a99966a065a8 | [log] [tgz] |
---|---|---|
author | Carlo Teubner <carlo@cteubner.net> | Sat Jul 30 12:03:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 12:03:16 2022 +0100 |
tree | 2af8366ff637bb9153ff37fd88c89bab83162c17 | |
parent | 1eead4cf1daf87ee41aeb4de3b3e38708417f9d5 [diff] [blame] |
patch 9.0.0110: help tag generation picks up words in code examples Problem: Help tag generation picks up words in code examples. Solution: Skip over examples. (Carlo Teubner, closes #10813)
diff --git a/src/version.c b/src/version.c index cc642cc..c3b5b65 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 110, +/**/ 109, /**/ 108,