Closed GoogleCodeExporter closed 9 years ago
What is the reason, you are adding a trailing comma?
Original comment by chrisbr...@googlemail.com
on 24 May 2015 at 7:08
It was a typo originally. I spent a few hours trying to figure out why my tags
file weren't being found and I traced it back to the python.vim adding to
wildignore.
I had ':set wildignore=type1, type2, type3,' in my vimrc and everything worked
fine, but if I switched to a different directory and back, I'd lose my tags
file, and nothing would get it back, despite the tags file being right there.
The python.vim was doing ':set wildignore+=.pyc' or something, and that would
result in `wildignore=type1, type2, type3,,pyc`, and that'd absolutely break
tags support.
Original comment by tankorsm...@gmail.com
on 24 May 2015 at 7:13
Well, here is a patch, that should prevent that.
Original comment by chrisbr...@googlemail.com
on 24 May 2015 at 7:44
Attachments:
Thanks! I'll make a ticket for the tags breaking.
Original comment by tankorsm...@gmail.com
on 24 May 2015 at 7:47
Fixed with patch 7.4.741
Original comment by brammool...@gmail.com
on 19 Jun 2015 at 12:09
Thanks guys.
Original comment by tankorsm...@gmail.com
on 19 Jun 2015 at 12:32
Original issue reported on code.google.com by
tankorsm...@gmail.com
on 18 May 2015 at 6:40