1
kobenz
9d

I really really enjoy the parinfer experience. Even more now that I tweaked the code a bit. I mean, joining and splitting a full file of lines on every typed character seems a bit out of scope for a plugin. So I changed the implementation to not do that and BOY OH BOY IT S FAST! Next step is using bytes instead of strings... To be continued

Comments
  • 1
    bytes instead of strings? Smells like utf8 trouble :)
  • 2
    @Lensflare nope, trouble's been there from inception it's Lua 5.1 & Vim. What can I say, I'm a masochist
  • 2
    by which I mean, what uft8, you think me has such luxuriousness
Add Comment