Lorenzo Fontana

Results 70 comments of Lorenzo Fontana

@codeinabox atags.vim is a facility to execute **your own** tag generation command in a non-blocking way. It has a default command (https://github.com/fntlnz/atags.vim/blob/master/autoload/atags.vim#L46-L50) so at the moment if you need to...

I think that is a problem due to the OS X's awk. Remember that you can always use a different command by defining the `g:atags_build_commands_list` variable. Here's the default one:...

@prabirshrestha Thanks for pointing that out, I'm going to use that approach to make the plugin compatible with vim versions supporting `job`

@prabirshrestha Obviously if you have time, any contribution is appreciated :relaxed:

Hi @mfpierre Many thanks for reporting. I'm trying to figure out what is causing this weird behaviour. I noted that compiling the extension against different library versions (actually different commits...

Seem that my hypothesis about UTF-8 is not correct. I used the `ExtDetectLanguageSummaryCheckUTF8` method and UTF-8 is ok: ``` Is UTF-8 ok? true array(5) { ["language_id"]=> int(139) ["language_code"]=> string(2) "ht"...

Would you be able to do any further debugging to tackle this issue @mentalstring ?

What kind of events would you like to track? Talking about the audit subsystem, I think that a pointer could be interesting to track all the endpoints in `server/` with...

@dalehamel I think we can do the status thing very easily without a custom resource. I was just saying that having a custom resource would make easier to manage the...