vim: Fix two minor errors (#1370)

This commit is contained in:
Qwerty-Space 2020-07-08 16:37:24 +01:00 committed by GitHub
parent 16588e2efe
commit 2a4cbe953f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
vim.md
View File

@ -372,7 +372,7 @@ Do these in visual or normal mode.
| `.` | Repeat last command | | `.` | Repeat last command |
| `]p` | Paste under the current indentation level | | `]p` | Paste under the current indentation level |
| --- | --- | | --- | --- |
| `:ff=unix` | Convert Windows line endings to Unix line endings | | `:set ff=unix` | Convert Windows line endings to Unix line endings |
{: .-shortcuts} {: .-shortcuts}
### Command line ### Command line