mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-26 20:40:18 +00:00
fix typo
This commit is contained in:
parent
d7a4f89ab8
commit
dcac1cce3a
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ By the way, here is one interesting fact. Because the default command used by th
|
|||
|
||||
It spells *"grep"*, the same `grep` from the command line. This is **not** a coincidence. The `g/re/p` command originally came from the Ed Editor, one of the first line text editors. The `grep` command got its name from Ed.
|
||||
|
||||
Your computer probably stil has the Ed editor. Run `ed` from the terminal (hint: to quit, type `q`).
|
||||
Your computer probably still has the Ed editor. Run `ed` from the terminal (hint: to quit, type `q`).
|
||||
|
||||
# More examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue