Update ch01_starting_vim.md

fixed a typo
pull/114/head
Jia Jia 3 years ago committed by GitHub
parent 9b7b31b167
commit 63295a8a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@ The command can be stacked:
vim +%s/pancake/bagel/g +%s/bagel/egg/g +%s/egg/donut/g hello.txt
```
Vim will replace all instances of "pancake" with "bagel", then replace "bagel" with "egg", then replace "egg" with "donut" (you willl learn substitution in a later chapter).
Vim will replace all instances of "pancake" with "bagel", then replace "bagel" with "egg", then replace "egg" with "donut" (you will learn substitution in a later chapter).
You can also pass the `c` flag followed by the command instead of the `+` syntax:

Loading…
Cancel
Save