forked from aniani/vim
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>
This commit is contained in:
committed by
Christian Brabandt
parent
5ce1e4ad4a
commit
e370141bf4
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1286,
|
||||
/**/
|
||||
1285,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user