You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
write to ~/.vimrc let g:gutentags_trace = 1 to get trace info
Open *.cpp file with "[" and "]" in pathname
ctag files don't generate;
gutentags: No gutentags support for this buffer
If you remove "[" "]" from pathname
ctag files will be complete generate
The text was updated successfully, but these errors were encountered:
Describe the bug
If path of main.cpp file contains open "[" and close "]" square brackets tags file don't generate.
Gutentags trace
Steps to reproduce
The text was updated successfully, but these errors were encountered: