shawncplus/phpcomplete.vim

Little update to the docs about universal tags

stronk7 opened this issue · 1 comments

Hi!

In the Getting better tags page, when talking about universal ctags... you point to #815.

That issue has been already fixed and you can avoid the double backslashes with the --output-format=e-ctags option. (known caveat: ctags will skip any name having whitespace - that is the original use the backslashes have in ctags, but usually we don't have class/method/var names with whitespaces so...).

It's working awesomely here, now jumping to the correct definitions, finding parents... so worth commenting the option, surely.

Thanks for all the effort! Ciao :-)

Hi @stronk7!

Wonderful news! I've updated the readme (remove the mention of the escaping issue and add the flag to the example).

Thank you very much for bringing my attention to this 👍