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
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