Skip to content

Commit

Permalink
Fix the mistranslation #203
Browse files Browse the repository at this point in the history
  • Loading branch information
crazymaster committed Mar 23, 2018
1 parent 7f43b53 commit c0fbffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/helphelp.jax
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
できます。例えば、|:cnext|で次の項目へジャンプしたり、
|:cwindow|でマッチした行の一覧をクイックフィックスウィ
ンドウに表示できます。
{pattern} には Vim の正規表現を使用できます|pattern|
'ignorecase' は影響しません。大文字と小文字を区別する
には "\c" を使ってください。
{pattern} には Vim の正規表現|pattern|を使用できます
'ignorecase' は影響しません。大文字と小文字を区別しな
いためには "\c" を使ってください。
大文字と小文字を区別して検索する例: >
:helpgrep Uganda
< 区別しない例: >
Expand Down

0 comments on commit c0fbffe

Please sign in to comment.