lunes, 1 de agosto de 2011

Avoiding the ctags error with ViM

I have installed vim (well, gvim really) on a number of computers
lately, since vim is my preferred text editor. I had at some point
used the ctags library on my dev machine at my previous job, but since
I have not used it for a long time, but still present in my vim
configuration, I just need to remind myself on what to do to my
default config once I install at a new place.

The solution is to move or delete the taglist.vim file from the
plugin subdirectory under $VIM_HOME/vimfiles. I guess I could simply
delete the taglist.vim file from my master config files, but since I
might need ctags again in the future, I'll leave it there for now.