Remove line breaks from path and do not allow search option for protocol links.

This commit is contained in:
Tom Alexander
2023-10-08 13:02:09 -04:00
parent aa253c38dd
commit d987b9b75b
3 changed files with 33 additions and 6 deletions

View File

@@ -3024,7 +3024,7 @@ fn compare_angle_link<'b, 's>(
),
(
EmacsField::Required(":path"),
|r| Some(r.path),
|r| Some(r.get_path()),
compare_property_quoted_string
),
(