Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Tags' vimrc setting getting clobbered by Ruby paths #78

Closed
mkmurray opened this issue Apr 27, 2012 · 1 comment
Closed

'Tags' vimrc setting getting clobbered by Ruby paths #78

mkmurray opened this issue Apr 27, 2012 · 1 comment
Labels

Comments

@mkmurray
Copy link

Despite there being a fairly recent commit (0d4ae14) intended to fix this problem, it looks like I'm still running into the problem. It appears that my tags setting in my .vimrc is being clobbered by vim-ruby. I have :set tags+=./tags; in my .vimrc but when I open VIM on a file and type :set tags to see what it thinks the currently set value is, I get only the Ruby paths (which appear to be set from line 98 of the above linked to commit). This results in VIM not being able to see my tags file for my codebase. If I source my .vimrc afterward, then the tags setting has my path plus the Ruby paths. I do not run into this problem when I remove vim-ruby altogether.

I am running pathogen to manage VIM bundles and bring in vim-ruby. I'm also using Exuberant Tags and VIM 7.3.

@tpope tpope closed this as completed in 024626f May 3, 2012
@tpope
Copy link
Member

tpope commented May 3, 2012

Looks like when I fixed it to preserve the local 'tags', I stopped preserving the global one. Fix is obvious, though I leave it to you to check that it works. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants