Skip to content
Snippets Groups Projects
Commit 325dee5d authored by George Nachman's avatar George Nachman
Browse files

Ignore hard newlines after terminating backslash. Apply patch in issue 1078.

parent cae2f72e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5985,6 +5985,8 @@ static bool IsUrlChar(NSString* str)
// before rightx there was something besides \s
break;
}
// Don't respect hard newlines that are "escaped" by a \.
respectHardNewlines = NO;
// xi is left at rightx+1
} else if (xi == rightx) {
// Made it to rightx.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment