`0` is unneeded in appending at the end

pull/142/head
Cyrus Yip 2 years ago committed by GitHub
parent 51066ffc26
commit 840f2aff8d
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