Merge 6c7d5354f801995cbd57bedecc489a767f1a7ba9 into 604f1a6f39705a83c02dd94b7ff2db1d3ff136f7

This commit is contained in:
Richard Lam 2022-10-13 20:41:38 -07:00 committed by GitHub
commit d88bea784c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,6 +559,7 @@ as short form of `:delete`):
|---------|----------------|
| `:d` | Current line. |
| `:.d` | Current line. |
| `:0d` | Special "virtual" line _before_ the first line in the buffer. (some commands, like :move or :copy will interpret it as "before the first line", while others like :delete or :substitute will treat it as the first line) |
| `:1d` | First line. |
| `:$d` | Last line. |
| `:1,$d` | All lines. |