I am using vim with ctags. every once in a while I get the next error message:
writtenctags: "tags" doesn't look like a tag file; I refuse to overwrite it.
my vimrc has the next line:
au BufWritePost *.c,*.cpp,*.h,*.go,*.py,*.m silent! !ctags -R --exclude="*.symbolsmap.h" . &
not sure why and what this error message means ?
> ctags --version
Exuberant Ctags Development, Copyright (C) 1996-2009 Darren Hiebert
Compiled: Apr 18 2022, 11:57:30
Addresses: <dhiebert@users.sourceforge.net>, http://ctags.sourceforge.net
Optional compiled features: +wildcards, +regex