Nicolas Hillegeer

Results 135 comments of Nicolas Hillegeer

> The creator of OpenPub discourages its use: Alright, that's a clear notch for CC-BY-SA.

Yea, the Linux kernel generates a tags file anywhere between 412MiB to 500+MiB (depending on whether you use relative tag paths, which I don't think vim-easytags supports). Without async, this...

The patch seems to work nicely on vim 7.4, the speed was crippling before this but now it's fine.

I have to add though: after adding the patch, nothing is highlighted anymore. So the patch has the effect of disabling the highlighter somehow. Yet it's better than not being...

Just plain C files :) On Thu, Feb 27, 2014 at 6:30 PM, Julian Taylor [email protected]: > hm the highlighter is still working for me with the patch, what kind...

@lookforit @juliantaylor my bad, it was a crazy `wildignore` issue on my part. Everything works perfectly now, thanks for the patch!

> Patch works perfectly with 7.4.135 thanks @juliantaylor Yes, @xolox perhaps you could merge this with a version check for 7.4? That would be awesome and I wouldn't have to...

@mikedfunk it was not, unfortunately. @xolox could you merge this please? If not, what still needs to be done?

If one has access to a file struct, it can (nowadays) be done with a while (or unroll) loop: ``` // vfsreadsnoop.bt // // Prints paths in reverse order because...

Mentioning @vmg, who is the author of the standalone build. I colleague of mine helped me get a working executable by fiddling around with the CMakeLists.txt files. After bissecting which...