Ory Band

Results 87 comments of Ory Band

@rvega unfortunately as you can see no comment has been made for help :\ @xolox any help please?

Well, I got it working after updating. Thanks! Here is my easytags configuration: ``` vim " i have to set tags like this. Not using autocmd only appends them to...

I've also noticed that when opening my `.vimrc`, a `.vimtags` file is created and a `.tags` file. Any idea why?

Hey. Thanks for the all the help. > `g:easytags_auto_update` - This disables all automatic tags file updates (regardless of how they were enabled) where automatic means initiated by a Vim...

Also, any idea why `.vimtags` is still popping up? (see my short post about it above)

@leyyinad wow, that's a very important tip. I too had `.tags` in my `wildignore`. After removing it, I stopped seeing `~/.vim/.vimtags` pop up. ~~, but I also don't see `$PWD/.tags`...

@rcrowley Eventually reading the whole source made me reach the solution on my own, but took a long unnecessary time.