shawncplus / phpcomplete.vim

Improved PHP omnicompletion
http://www.vim.org/scripts/script.php?script_id=3171
595 stars 110 forks source link

Little update to the docs about universal tags #124

Closed stronk7 closed 4 years ago

stronk7 commented 4 years ago

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 :-)

complex857 commented 4 years ago

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 👍