Skip to content

Replace bad with good in current line wrong#7

Open
jspricke wants to merge 1 commit intovicramon:masterfrom
jspricke:fix_bad_good
Open

Replace bad with good in current line wrong#7
jspricke wants to merge 1 commit intovicramon:masterfrom
jspricke:fix_bad_good

Conversation

@jspricke
Copy link
Copy Markdown

@jspricke jspricke commented Jun 19, 2017

hint says: :%s/bad/good
correct: :s/bad/good/g
% would mean entire file.

% would mean the entire file. Also be more specific about where to
% replace it.
@ImaginaryDevelopment
Copy link
Copy Markdown

hint says: :%s/bad/good
correct: s/bad/good/g
% would mean entire file.

while the PR looks right, your comment here should be :s/bad/good/g instead of s/bad/good/g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants