1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:53:59 +02:00

Merge pull request #987 from alexpls/patch-1

vim: fix typo
This commit is contained in:
Felix Yan 2016-08-02 12:04:05 +08:00 committed by GitHub
commit 7c80cced20

View file

@ -6,7 +6,7 @@
`vim {{file}} +{{linenumber}}`
- Open multiple files at once, each file in it's own tab page:
- Open multiple files at once, each file in its own tab page:
`vim -p {{file1}} {{file2}} {{file3}}`