BufReadPlus token 'partial' should be a vec #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example, a token '---boundary' might be preceded with more hyphens in which case multiple partial offsets could indicate the token. And '--' at the end of a buffer might be followed by '--boundary' in the next buffer in which case the 2nd hyphen was the partial (but our code only checked one partial possibility).
Makes sense to fix this along with #11.
Test cases:
Token=barbarian
Case1: barbar|ian123 output '123'
Case2: barbar|barian output 'bar'
fixed in
b1cd8cff54