]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1286: filetype: help files not detected when 'iskeyword' includes ":" v9.1.1286
authorzeertzjq <zeertzjq@outlook.com>
Mon, 7 Apr 2025 19:14:41 +0000 (21:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 7 Apr 2025 19:14:41 +0000 (21:14 +0200)
commite370141bf41919642061ee2e78340dca84678712
treee80550c62c7da2fbecdcb16782c55d309e623650
parent5ce1e4ad4aaad243de03f29b0b341532bc6c8866
patch 9.1.1286: filetype: help files not detected when 'iskeyword' includes ":"

Problem:  Help files not detected when 'iskeyword' includes ":".
Solution: Do not use \< and \> in the pattern (zeertzjq).

fixes: #17069
closes: #17071

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