Skip to content

Commit

Permalink
reset to previous regexp in file eval (fix #410)
Browse files Browse the repository at this point in the history
Revert 969e1a1

Signed-off-by: Gaetan Semet <[email protected]>
  • Loading branch information
gsemet committed Nov 12, 2014
1 parent d861365 commit ee03e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ QUICK_OPEN_MATCHERS = [
r"^\s\sFile\s\".*\",\sline\s[0-9]+",
r"^\s\sFile\s\"(.*)\",\sline\s([0-9]+)"),
("line starts by 'Filename:line' pattern (GCC/make). File path should exists.",
r"^[^:]+\.?[a-zA-Z0-9]+\:[0-9]+",
r"^[a-zA-Z0-9\/\_\-\.\ ]+\.?[a-zA-Z0-9]+\:[0-9]+",
r"^(.*)\:([0-9]+)")
]

0 comments on commit ee03e4b

Please sign in to comment.