Remove line breaks from path and do not allow search option for protocol links.
This commit is contained in:
@@ -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
|
||||
),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user