Conrad, Am 04.09.19 um 10:17 schrieb Conrad Hoffmann: > More for illustrative purposes than anything else I attached a patch > that fixes the issue for me (against 2.0 repo). However, I have not yet > spent a lot of time with the 2.0 code base, so I'll leave it up to you > to judge the quality thereof. No offense taken if you'd rather > implement this differently. However, also happy to work on it with some > pointers to the right direction. > > I hope I am not just missing something really obvious here :) >
I don't use this feature, but I believe your patch is incorrectly handling backslashes. Consider this: foo\\\ bar Then both the char in front of the space and the char in front of that are backslashes. But the space is an escaped space. Best regards Tim Düsterhus

