Skip to content

Commit

Permalink
Fix pattern based on |+feature-list|
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 16, 2017
1 parent 4806706 commit 1df62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/help_ja.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ scriptencoding utf-8

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

0 comments on commit 1df62c4

Please sign in to comment.