Skip to content
New issue

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

Plugin don't work if full filename contains open "[" _and_ close "]" square brackets #358

Open
Jurik-Phys opened this issue Jan 27, 2024 · 0 comments

Comments

@Jurik-Phys
Copy link

Describe the bug
If path of main.cpp file contains open "[" and close "]" square brackets tags file don't generate.

Gutentags trace

"~/working/digial-[s]ignals/main.cpp" 12L, 178B
gutentags: Scanning buffer '/home/<username>/working/digial-[s]ignals/main.cpp' for gutentags setup...
gutentags: No gutentags support for this buffer.

Steps to reproduce

  1. write to ~/.vimrc let g:gutentags_trace = 1 to get trace info
  2. Open *.cpp file with "[" and "]" in pathname
  3. ctag files don't generate;
  4. gutentags: No gutentags support for this buffer
  5. If you remove "[" "]" from pathname
  6. ctag files will be complete generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant