Ludovic Chabant
Ludovic Chabant
I can't see what would make this `adlist.c` file any different from the other ones. I grabbed the redis source and it's all working fine for me. I also have...
Hi! I can't reproduce the bug so far... and I'm wondering why you have all those garbage characters in the job output. Could you try running `gtags` by hand in...
The "same way Gutentags does" was about manually running that command line I took from your screenshot: `gtags --incremental "C:\Users\ryan\.cache\tags\D--cJSON-"` It looks like when you run it from Neovim, `gtags`...
Hi! I actually have the same problem at work but haven't found any good solution besides custom vimrc code or vim plugins to glue everything together. In my case, the...
Hi! Is maybe `ctags` not in your `PATH`? Can you do `:let g:gutentags_trace = 1` and report back on what it says in both Vim's messages and in the `tags.log`...
Thanks! What's in the `.log` file that's listed at the end of the command line in that first screenshot? Alternatively, have you pulled the Gutentags code recently? The log gets...
@coder2018cp The job output looks weird -- maybe unicode characters that are getting messed up by either Gutentags or Vim or something? Copy the command line after the `Running: 'C:\Users\....'`...
Hi and thanks for the PR! I didn't know about those special bracketed names for grep's regex engine, that's nice, thanks. I'm not sure what your regex changes though --...
Sorry the delays.... so, the original repro steps include the important order of (1) opening a code file while gutentags is _not_ installed, and (2) installing gutentags. Gutentags does its...
As @ijpq notes, some shell scripts were missing the execute flag. This has been fixed with 865d17a63b70690beee855e72abd38db278c1839. The segmentation fault is indeed universal-ctags' bug, thanks for those who checked for...