Merge pull request #142 from CyrusYip/patch-7

`0` is unneeded in appending at the end
pull/145/head
Igor Irianto 2 years ago committed by GitHub
commit 703db351bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -192,7 +192,7 @@ console.log("three: ", three);
Notice that the lines with "const" do not have semi-colons. Let's create a macro to add a comma to the end of those lines in the register a:
```
qa0A;<Esc>q
qaA;<Esc>q
```
If you need a refresher, check out the chapter on macro. Now run:

Loading…
Cancel
Save