VIM, TCL, and TAG

2010-10-26 Thread a b
Hi, I'm having trouble using tag on tcl files in VIM. I have created the tag file in the base directory and it's there. I can do :tag tagname. But I can't use the ctrl-] shortcut to jump into tcl proc The problem is that in the files I'm working with, many proc are defined using namespace, so

Re: VIM, TCL, and TAG

2010-10-27 Thread Nazri Ramliy
On Wed, Oct 27, 2010 at 12:59 AM, a b wrote: >   Hi, > > I'm having trouble using tag on tcl files in VIM. I have created the > tag > file in the base directory and it's there. I can do :tag tagname. But > I > can't use the ctrl-] shortcut to jump into tcl proc > > The problem is that in the files