Closed padreati closed 1 year ago
When autocompete is employed a wrong behavior happens.
Examples:
%depen, cursor position 0 => the behavior is correct.
%depen
%depen, cursor position is 1 => the replacement looks like %%dependency ..., which is wrong
%%dependency ...
When autocompete is employed a wrong behavior happens.
Examples:
%depen
, cursor position 0 => the behavior is correct.%depen
, cursor position is 1 => the replacement looks like%%dependency ...
, which is wrong