vim-quickui icon indicating copy to clipboard operation
vim-quickui copied to clipboard

Error: no "line" information in your tags, regenerate with -n

Open yueyihui opened this issue 5 years ago • 3 comments

step1: ctags -R -n --append=yes --c-kinds=+px --fields=+aS --extras=+q /home/vim/src

step2: call quickui#tools#preview_tag('')

result: Error: no "line" information in your tags, regenerate with -n

yueyihui avatar Feb 25 '20 07:02 yueyihui

The error message is not quite complete, you should add the following:

--fields=+n

As per the exuberant tags documentation.

PolarJunction avatar Feb 25 '20 09:02 PolarJunction

Universal-ctags is recommended, and gutentags can help you deal with tags files automatically.

skywind3000 avatar Feb 25 '20 09:02 skywind3000

it work, thanks!

yueyihui avatar Feb 25 '20 09:02 yueyihui