Tuesday, August 15, 2017

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

Thanks Ben and Erik.

Both tags files are identical:

host1 $ md5sum tags
34e5413f4dea1c0644b35de7808a8029 tags

host2 $ mad5sum tags
34e5413f4dea1c0644b35de7808a8029 tags

Also tags are equal:

:set tags?
tags=./tags,./TAGS,tags,TAGS


But, when hitting CTRL+] on top of a tag....

@ host1 I get the expected

# 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):


@ host 2, I get something like "tag 1 of 2 or more", and that's it.

Both host have VIM 7.4.160

Huh?

Cheers,
Jose

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