Skip to content

Commit 1df62c4

Browse files
committed
Fix pattern based on |+feature-list|
1 parent 4806706 commit 1df62c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/help_ja.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ scriptencoding utf-8
22

33
syn match helpVim "Vim バージョン [0-9.a-z]\+"
44
syn match helpVim "VIMリファレンス.*"
5-
syn region helpNotVi start="{Vim" start="{|+[a-z0-9_]\+|" end="}" contains=helpLeadBlank,helpHyperTextJump
5+
syn region helpNotVi start="{Vim" start="{|++\?[A-Za-z0-9_/()]\+|" end="}" contains=helpLeadBlank,helpHyperTextJump

0 commit comments

Comments
 (0)