vim-quickui
vim-quickui copied to clipboard
Error: no "line" information in your tags, regenerate with -n
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
The error message is not quite complete, you should add the following:
--fields=+n
As per the exuberant tags documentation.
Universal-ctags is recommended, and gutentags can help you deal with tags files automatically.
it work, thanks!