vim-utils / vim-troll-stopper

Stop Unicode trolls from messing with your code.
MIT License
177 stars 4 forks source link

Lags on multiple buffer change #2

Closed faceleg closed 8 years ago

faceleg commented 8 years ago

Background: http://vi.stackexchange.com/questions/5316/fixing-lag-due-to-vim-troll-stopper-plugin

bruno- commented 8 years ago

Hi, we tried to address this in #1. This helped with the speed, but then we had some issues where the plugin didn't highlight "troll" chars. Namely with BufRead,BufNewFile, tests 1. and 3. described here failed.

Now I see the problem still persists. This seems to be a hard problem to nail it right for every scenario.

bruno- commented 8 years ago

Hi @faceleg, I identified the problem and pushed 50faf52ada98070cfec28b679f521579ad82a948.

Can you pull the newest plugin version and check if the problem still persists? Thanks.

bruno- commented 8 years ago

Here's a more thorough answer to the vi.stackexchange question from the first post.

faceleg commented 8 years ago

Pulling it now, will use it throughout the day and report back

faceleg commented 8 years ago

Looks good to me, the problem would have shown itself by now.

Thanks!

bruno- commented 8 years ago

Great @faceleg, thanks for testing and confirming things are good now!

faceleg commented 8 years ago

:dancer: