We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:helpgrepの項で、
{pattern} には Vim の正規表現を使用できますpattern。 'ignorecase' は影響しません。大文字と小文字を区別する には "\c" を使ってください。
とありますが、原文では
{pattern} is used as a Vim regexp |pattern|. 'ignorecase' is not used, add "\c" to ignore case.
とあり、意味が逆です。
The text was updated successfully, but these errors were encountered:
前の行も
{pattern} には Vim の正規表現|pattern|を使用できます。
のほうが自然ですね。
Sorry, something went wrong.
Fix the mistranslation #203
c0fbffe
Fixed by c0fbffe
No branches or pull requests
:helpgrepの項で、
{pattern} には Vim の正規表現を使用できますpattern。
'ignorecase' は影響しません。大文字と小文字を区別する
には "\c" を使ってください。
とありますが、原文では
{pattern} is used as a Vim regexp |pattern|.
'ignorecase' is not used, add "\c" to ignore case.
とあり、意味が逆です。
The text was updated successfully, but these errors were encountered: