Created by: marekjm
Regex-special characters (e.g. plus +
) caused autojump to fail with sre_constants.error
.
It was enough to map re.escape()
to all needles in match_consecutive()
function to remedy this.
Tests still pass.
If any refinements are required before this pull request can be merged, let me know and I'll apply them.