Merge pull request #130 from sourav-majumdar-math/master

Two vertical windows typo
This commit is contained in:
Igor Irianto 2021-11-27 10:57:29 -06:00 committed by GitHub
commit d1b832d672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ vim -o5 hello1.txt hello2.txt
To open Vim with two vertical windows, 5 vertical windows, and 5 vertical windows with 2 files:
```bash
vim -O
vim -O2
vim -O5
vim -O5 hello1.txt hello2.txt
```