I am not able to navigate using vim and ctags. While tying to navigate with ctags in vim, i get the following error: E429: File "../../../folder_name1/folder_name2/filename.h" does not exist
When i check the tag file, the path exists.
The tag is generated with the following command in the location where the tag is saved:
ctags -R --tag-relative=yes --line-directives -f my_tags ../../../../my_lib/*
One additional question: What would be the output of ctags? Will it have the actual folder and file names or will it be modified form of folder names? I see the folder names are somewhat obfuscated in the generated file.