diff options
Diffstat (limited to 'incdec.pm')
| -rw-r--r-- | incdec.pm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -18,8 +18,6 @@ sub incdec { while ($point_position < length($line_part)) { $line_part =~ /(\d+)/; if ($-[0] <= $point_position && $point_position < $+[0]) { - $point_position = $-[0]; - last; } |
