From 840f2aff8d3de15f1a94b93c5c40da97d506b119 Mon Sep 17 00:00:00 2001 From: Cyrus Yip <60951091+CyrusYip@users.noreply.github.com> Date: Fri, 28 Jan 2022 02:16:32 +0800 Subject: [PATCH] `0` is unneeded in appending at the end --- ch13_the_global_command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: