From 9d1af4adbf513ccc472dabba075a7c6baf41c7c7 Mon Sep 17 00:00:00 2001 From: Milly Date: Mon, 16 Apr 2018 21:58:13 +0900 Subject: [PATCH 1/2] =?UTF-8?q?"{=E8=A8=B3=E6=B3=A8:=20...=20}"=20?= =?UTF-8?q?=E3=82=92=E3=83=8F=E3=82=A4=E3=83=A9=E3=82=A4=E3=83=88.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syntax/help_ja.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syntax/help_ja.vim b/syntax/help_ja.vim index 5293499e9..2a2e8424c 100644 --- a/syntax/help_ja.vim +++ b/syntax/help_ja.vim @@ -3,3 +3,5 @@ scriptencoding utf-8 syn match helpVim "Vim バージョン [0-9.a-z]\+" syn match helpVim "VIMリファレンス.*" syn region helpNotVi start="{Vim" start="{|++\?[A-Za-z0-9_/()]\+|" end="}" contains=helpLeadBlank,helpHyperTextJump +syn region helpTransNote start="{訳注:" end="}" contains=helpLeadBlank,helpHyperTextJump +hi def link helpTransNote Special From bb971f4319a4b0dac2ff5be12bdb372c99a61a4b Mon Sep 17 00:00:00 2001 From: h_east Date: Fri, 8 Jun 2018 12:28:45 +0900 Subject: [PATCH 2/2] Update help_ja.vim --- syntax/help_ja.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/help_ja.vim b/syntax/help_ja.vim index d617a5718..e2e110eea 100644 --- a/syntax/help_ja.vim +++ b/syntax/help_ja.vim @@ -5,4 +5,4 @@ syn match helpVim "VIMリファレンス.*" syn region helpNotVi start="{Vim" start="{|++\?[A-Za-z0-9_/()]\+|" end="}" contains=helpLeadBlank,helpHyperTextJump syn match helpWarning "\<警告:" syn region helpTransNote start="{訳注:" end="}" contains=helpLeadBlank,helpHyperTextJump -hi def link helpTransNote Special \ No newline at end of file +hi def link helpTransNote Special