You are not logged in.
I'm trying to get vim set up for python IDE stuff, but when I ctrl+] on a method or anything else, I get a "No tags file" error. I have the TagList plugin installed. Is there anything else I need to do to set this up?
[git] | [AURpkgs] | [arch-games]
Offline
You could try the following to rebuild the help tags
:helptags $VIMRUNTIME/doc
Offline
Aha...
I get "E152: Cannot open /usr/share/vim/vim72/doc/tags for writing"
[git] | [AURpkgs] | [arch-games]
Offline
please install vim plugin about that...
and look the vim doc or edit vimrc file...
Offline
Can you be more specific? I have taglist installed.
[git] | [AURpkgs] | [arch-games]
Offline
You need the "tag file" before you to use "ctrl +]".
To get the tag file run this command "ctags -R *" in your source files' directory.
Offline
Ah, thanks! That's the link I was missing. You're awesome.
[git] | [AURpkgs] | [arch-games]
Offline