Thursday, March 31, 2011

Tag jumps and colon

Hi,
I use tag jumping with ctags a lot but one thing annoys me.
In C code when I have a switch case like:
switch (foo)
{
case BAR:
{
....
}
}
I cannot ctrl-leftmouse click the BAR word in order to jump to it. It
thinks that : (colon) is part of the tag name and hence cannot find it.
I am sure that there is some setting in vim for this, but I have not
been able to identify it. So how do I fix this?


thanks
Kim

--
Kim Schulz

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: