You are not logged in.

#1 2010-06-03 20:08:51

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Vim "No tags file" error with python

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?

Offline

#2 2010-06-03 20:19:49

awkwood
Member
From: .au <=> .ca
Registered: 2009-04-23
Posts: 91

Re: Vim "No tags file" error with python

You could try the following to rebuild the help tags

:helptags $VIMRUNTIME/doc

Offline

#3 2010-06-03 20:25:47

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: Vim "No tags file" error with python

Aha...
I get  "E152: Cannot open /usr/share/vim/vim72/doc/tags for writing"

Offline

#4 2010-06-19 09:50:11

zqyking
Member
From: HongKong
Registered: 2010-05-19
Posts: 29

Re: Vim "No tags file" error with python

please install vim plugin about that...
and  look the vim doc  or  edit vimrc file...

Offline

#5 2010-06-19 14:51:52

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: Vim "No tags file" error with python

Can you be more specific? I have taglist installed.

Offline

#6 2010-06-22 08:50:12

snyh
Member
Registered: 2010-05-11
Posts: 1

Re: Vim "No tags file" error with python

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

#7 2010-06-22 13:17:35

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: Vim "No tags file" error with python

Ah, thanks! That's the link I was missing. You're awesome.

Offline

Board footer

Powered by FluxBB