Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lexers: fix perl pattern for horrible regex lines
Under presently-not-precise circumstances, regex patterns longer than a screenful can cause first_match_pos to be nil. In this sutation, evaluating `first_match_pos - 1' will be an error, so jump to matchless case.
- Loading branch information