-
Notifications
You must be signed in to change notification settings - Fork 65
Remove redundant paragraphs, split one, and others #1705
New issue
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
Conversation
h-east
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
指摘箇所以外はLGTMです。
| リストや辞書でのこの操作はその場で(in-place)行われる。変更した | ||
| くない場合は最初にコピーを作ること: > | ||
| :let l = filter(copy(mylist), 'v:val =~ "KEEP"') | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
とてもややこしいですが、削除するのは、L3105~L3114だと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L3105~L3114を代わりに削除するよう修正しました。
|
レビューいただきありがとうございます。 |
|
thx |
No description provided.