Hi cs86661!
On Sa, 16 Mai 2015, cs86661 wrote:
> Hi all:
>
> test.c
> =====
> #include <stdio.h>
> #include "test.h"
>
> void test()
> {
> }
>
> int main()
> {
> test();
> return 0;
> }
> =====
>
> test.h
> =====
> void test();
> =====
>
> VIM
> =====
> :set tags=test.h.tags,test.c.tags
>
> :tselect test
> # pri kind tag file
> 1 F C f test test.c
> void test()
> 2 F p test test.h
> signature:()
> void test();
> Type number and <Enter> (empty cancels): <CR> ---> do nothing, just see this
> {ident} status
>
> :tag test<CR> ---> I want to jump to the #1, but it jump to #2
> :1tag test<CR> ---> I want to jump to the #1, but it jump to #2
> :2tag test<CR> ---> jump to #2
> :3tag test<CR> ---> jump to #2
> =====
>
> Can it be fixed? thanks.
How did you generate the tags file?
Best,
Christian
--
Kaum hat der Esel ein paar Streifen, schon nennt er sich Zebra.
-- Werner Mitsch
--
--
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.