README: remove obsolete link

Fixes #121
This commit is contained in:
Marco Hinz 2018-02-13 10:15:39 +01:00
parent d9caed9b3c
commit aa5b4f53ee
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -963,8 +963,8 @@ quickfix window.
## Macros ## Macros
Vim allows _recording_ typed characters into a [register](#registers). It's a 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 great way to automate certain tasks on the fly. (For more elaborate tasks, Vim
scripting](#vim-scripting) should be used instead.) scripting should be used instead.)
- Start recording by typing `q` followed by the register, e.g. `q`. (The - Start recording by typing `q` followed by the register, e.g. `q`. (The
command-line will signify this via "recording @q".) command-line will signify this via "recording @q".)