Results 523 comments of L3MON4D3

Hi! :) I agree, this definitely sounds handy, but I dislike that it's so specific. How about we make the current workaround more comfortable via #420, and then just provide...

> as far as I see it #420 only allows us to specify multiple tables for the first argument of s() Ah, right, but I think we could extend its...

(alternatively: `ls.filetype_extend("all", "_")`)

Oh huh?! I'll have to check out why that's in there, looks like it should not be, maybe.

See #573 TBH, I don't expect this to be called _that_ often (at most on every jump).. Could you share the profiled data?

Oh, I guess the libraries are resolved in yet another way on windows.. Do you have `luajit.dll` installed locally, somewhere?

I'm also a bit confused that neovim uses LuaJIT 2.1.0-beta3, but isn't linked against it

Couldn't there be (subtle?) issues with relying on a pre-built one, which doesn't necessarily match the system its executed on? Also, I don't want to spend too much time on...

True, portability is also a good point The best way to do this seems to be a new target in the makefile, so there's `make install_jsregexp` (now unfortunately-named) and `make...

Mhm in that case you'll have to install the package which provides the library for luajit