vim-utils / vim-troll-stopper

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

seems like we're missing the case of zero-width space #5

Open alfur opened 8 years ago

alfur commented 8 years ago

\ "\u200B": '',

should do the trick

bruno- commented 8 years ago

Hey, I didn't have any success typing that one into vim. I get this: <200b> and it behaves as a single wide character. Btw, other troll characters all display properly.

If this is not something related to my setup, I'd just leave this as-is. With <200b> it's obvious something is wrong.. Can't call that "trolling", really.

What are you getting when you try to type that into vim?