diff --git a/ch13_the_global_command.md b/ch13_the_global_command.md index 2d0d621..50086bd 100644 --- a/ch13_the_global_command.md +++ b/ch13_the_global_command.md @@ -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;q +qaA;q ``` If you need a refresher, check out the chapter on macro. Now run: