mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-17 04:52:47 +00:00
url: remove , from path_chars
Related to #1972 Fixes an issue when paths have embedded comma, e.g.: shared/src/foo/SomeItem.m:12, shared/src/ with path_chars greedily consuming the rest of the string. Now file path matching stops at comma. Scheme URLs are unchanged and still using the comma.
This commit is contained in:
@@ -37,7 +37,7 @@ const scheme_url_chars =
|
||||
;
|
||||
|
||||
const path_chars =
|
||||
\\[\w\-.~:\/?#@!$&*+,;=%]
|
||||
\\[\w\-.~:\/?#@!$&*+;=%]
|
||||
;
|
||||
|
||||
const optional_bracketed_word_suffix =
|
||||
|
||||
Reference in New Issue
Block a user