Skip to content

Commit

Permalink
Fix a typo in ch14
Browse files Browse the repository at this point in the history
  • Loading branch information
qq88976321 committed Oct 11, 2021
1 parent 23b6263 commit 1151302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch14_external_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The syntax to read the STDOUT of an external command into the current buffer is:

Vim will put the content of `file1.txt` into the current buffer.

If you run the `:r` command followed by a `!` and an external command, the output of that commmand will be inserted into the current buffer. To get the result of the `ls` command, run:
If you run the `:r` command followed by a `!` and an external command, the output of that command will be inserted into the current buffer. To get the result of the `ls` command, run:

```
:r !ls
Expand Down

0 comments on commit 1151302

Please sign in to comment.