We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
I've been using it for years, but recently I found gtags generation failed in linux box.
after some investigation, the I found the root cause:
the file plat/unix/update_gtags.sh hasn't got a execution permission.
plat/unix/update_gtags.sh
Steps to reproduce
git clone https://github.com/ludovicchabant/vim-gutentags.git cd gutentags ls -la plat/unix
and you will found the permission problems.
related issues:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I've been using it for years, but recently I found gtags generation failed in linux box.
after some investigation, the I found the root cause:
the file
plat/unix/update_gtags.sh
hasn't got a execution permission.Steps to reproduce
and you will found the permission problems.
related issues:
The text was updated successfully, but these errors were encountered: