We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
第13章, 传递范围参数 小节, 前三条示例中, g前多了/
/
:1,5g/console/d
:,5g/console/d
:3,g/console/d
:1,5/g/console/d
:,5/g/console/d
:3,/g/console/d
The text was updated successfully, but these errors were encountered:
Fix wsdjeg#46: Update example command in the section 'Passing a Range…
2237880
…' of ch 13
Merge pull request #47 from huayanji/bugfix/issue-46
24d5a63
Fix #46: Update example command in the section 'Passing a Range' of ch 13
Successfully merging a pull request may close this issue.
问题描述
第13章, 传递范围参数 小节, 前三条示例中, g前多了
/
期望行为
:1,5g/console/d
:,5g/console/d
:3,g/console/d
实际行为
:1,5/g/console/d
:,5/g/console/d
:3,/g/console/d
The text was updated successfully, but these errors were encountered: