From aa5b4f53eef7c0396003f30413fc138d7cebf5ba Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 13 Feb 2018 10:15:39 +0100 Subject: [PATCH] README: remove obsolete link Fixes #121 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b5766b..4f0d19d 100644 --- a/README.md +++ b/README.md @@ -963,8 +963,8 @@ quickfix window. ## Macros Vim allows _recording_ typed characters into a [register](#registers). It's a -great way to automate certain tasks on the fly. (For more elaborate tasks, [Vim -scripting](#vim-scripting) should be used instead.) +great way to automate certain tasks on the fly. (For more elaborate tasks, Vim +scripting should be used instead.) - Start recording by typing `q` followed by the register, e.g. `q`. (The command-line will signify this via "recording @q".)