Guillaume Trojani

Results 1 comments of Guillaume Trojani

Decrementing by 1 seems to do the trick. So replacing the lines in question by the following works for me. ` if is_prefixed: completions = [ (c[0], c[1][0:]) if c[1].startswith("\\")...