Remove all whitespace from search option if it contains any line breaks and handle triple+ slashes for file links.

This commit is contained in:
Tom Alexander
2023-10-08 13:23:12 -04:00
parent d987b9b75b
commit ba55e0df4f
3 changed files with 55 additions and 1 deletions

View File

@@ -3044,7 +3044,7 @@ fn compare_angle_link<'b, 's>(
),
(
EmacsField::Required(":search-option"),
|r| r.search_option,
|r| r.get_search_option(),
compare_property_quoted_string
)
)? {