yangmillstheory / vim-snipe

MIT License
118 stars 8 forks source link

Buggy highlighting when number of matches exceed alphabet length #16

Closed yangmillstheory closed 6 years ago

yangmillstheory commented 6 years ago

Copy 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 into a buffer and trigger (snipe-f-w):

image

yangmillstheory commented 6 years ago

This now looks like:

image

The last token sequence fff hits the end of the line and is flush with the sequence from 30 (ffd), but otherwise this works well. That should be filed as a separate issue.