1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 11:25:46 +01:00

prevent <C-x> from decrementing the number through 0

This commit is contained in:
Doug Kearns
2008-10-22 15:16:14 +00:00
parent 576899f9d0
commit beb8c6a744
2 changed files with 13 additions and 14 deletions

View File

@@ -137,7 +137,9 @@ ________________________________________________________________________________
|<C-x>|
||[count]<C-x>||
________________________________________________________________________________
Decrements the last number in URL by 1, or by [count] if given.
Decrements the last number in URL by 1, or by [count] if given. Negative
numbers are not supported, as this not generally useful, so the number cannot
be decremented past 0.
________________________________________________________________________________