https://bugs.documentfoundation.org/show_bug.cgi?id=94862
--- Comment #5 from Leon Stringer <[email protected]> --- "one -> two -> three -> four -> five" with the caret after the second "->" (i.e. "one -> two ->| three -> four -> five" becomes: "one -> two → three → four → three -> four -> five". I've found the entry in the AutoCorrect list: it's matching a regex: ".*->.*". Presumably what's happening is that the pattern match for the range is greedy so it's matching from the caret to the end of the string and inserting the substitute string at that point. So should all AutoCorrect matches that use a regex be non-greedy? And will this require a change to the pattern in the list or a code? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
