Doc: correct delete signs explanation

This commit is contained in:
Marco Hinz 2014-01-01 23:40:57 +01:00
parent 5db82c4d2a
commit 3ac59ab594

View File

@ -68,11 +68,12 @@ Sign explanation:~
`!` This line was modified.
`_1` The number of deleted lines below this sign. If the number is larger
`_>` than 9, `_>` will be shown instead.
`99` than 9, the `_` will be omitted. For numbers larger than 99 the
counter will simply overflow and start at `00` again.
`!1` This line was modified and a number of lines below were deleted.
`!>` It is a combination of `!` and `_`. If the number is larger than 9, `!>`
will be shown instead.
`!>` It is a combination of `!` and `_`. If the number is larger than 9,
`!>` will be shown instead.
`‾` The first line was removed. It's a special case of the `_` sign.