diff options
Diffstat (limited to 'incdec.pm')
| -rw-r--r-- | incdec.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ sub incdec { $line =~ s/(-?\d+)/$1 + $increment_by/e; } - return $line; + return ($line, $start_position); } 1; |
![]() |
index : readline-incdec | |
| Readline bindings to increment and decrement numbers on the command line |
| aboutsummaryrefslogtreecommitdiffstats |