Consider my cursor is on procName in the following line of tcl code: ::nameSpace::procName $var1 $var2 $var3
If I were to hit <CTRL-]> to jump to the tag, it would attempt to find a tag named procName, which does not exist. If i type the command ":tag ::nameSpace::procName" - it jumps to the tag properly. Is there a way to tell vim to allow :: in the word under cursor? I would also like this to work for *, #, etc. Also - how to apply this to only tcl files? Thanks. ZMS. -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
