OS: RHEL5
Vim: 7.4 (compiled locally)
Ctags: 5.6
Running "ctags -R ." creates the tag file successfully, however whenever I run ":TagsGenerate!" inside Vim, an empty tags file is placed under .git. I saw the other issue where the .gitignore file had entries that began with "!" were affecting the file generation, but it seems to have been fixed and none of my .gitignore entries have ! anywhere in them. Any ideas are greatly appreciated!
OS: RHEL5
Vim: 7.4 (compiled locally)
Ctags: 5.6
Running "ctags -R ." creates the tag file successfully, however whenever I run ":TagsGenerate!" inside Vim, an empty tags file is placed under .git. I saw the other issue where the .gitignore file had entries that began with "!" were affecting the file generation, but it seems to have been fixed and none of my .gitignore entries have ! anywhere in them. Any ideas are greatly appreciated!