mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-04-04 12:09:28 +08:00
add a information in Ranges section regarding 0 identifier
This commit is contained in:
parent
604f1a6f39
commit
91aec83004
@ -559,6 +559,7 @@ as short form of `:delete`):
|
|||||||
|---------|----------------|
|
|---------|----------------|
|
||||||
| `:d` | Current line. |
|
| `:d` | Current line. |
|
||||||
| `:.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. |
|
| `:1d` | First line. |
|
||||||
| `:$d` | Last line. |
|
| `:$d` | Last line. |
|
||||||
| `:1,$d` | All lines. |
|
| `:1,$d` | All lines. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user