Thursday, August 17, 2017

Re: does VIM read OK the tags file if ctags was installed after VIM?

On 2017-08-17, Jose Caballero wrote:

> In both cases, after trying a tag, :ts gives me the same, similar to
>
> # pri kind tag file
> 1 F C i StatusInterface plugins/status/Plugin.py
> from interfaces import StatusInterface
> 2 F c StatusInterface interfaces.py
> class StatusInterface(object):
>
> And, indeed, typing the number opens the right file, as it was
> supposed to work with CTRL+]
>
> It is like the actual command CTRL+] is the one that is not working in
> one of the hosts, but the tags information has been read by VIM and
> it's reachable via :ts

You could execute

:verbose map <C-]>

where those are all printable characters and not a literal CTRL-],
to see if there is a mapping for CTRL-] and if it exists, where it
is defined.

Regards,
Gary

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: