bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ctags like output in Gtags-vim


From: Shigio YAMAGUCHI
Subject: Re: ctags like output in Gtags-vim
Date: Tue, 8 Sep 2015 17:07:45 +0900

> By "interactive standard ctag output" i mean result displayed by exuberant ctag
> where we we have to enter some number to go to that tag.

OK. I understood.

> Is there any option when I search  for tag, clist window open automatically
> (if we have more than one result) and let me choose?

You should use gtags-cscope.vim instead of gtags.vim. You can use tag stack too. The usage is written in gtags-cscope.vim itself.

Regards
Shigio


2015-09-08 15:52 GMT+09:00 Akshay sundarraj <address@hidden>:
Thanks Shigio.

By "interactive standard ctag output" i mean result displayed by exuberant ctag where we we have to enter some number to go to that tag.

I tried with setting 'Gtags_Use_Tags_Format' and  'Gtags_OpenQuickfixWindow'.

Now Quickfix window is not coming but it is opening first result automatically, if we have more than one result either I have to open :clist or :copen to select diffrent result. 

Is there any option when I search  for tag, clist window open automatically(if we have more than one result) and let me choose?


Regards,
Akshay

On Tue, Sep 8, 2015 at 4:01 AM, Shigio YAMAGUCHI <address@hidden> wrote:
Hi,
I don't understand 'interactive standard ctag output'.
However, if you want to use ctags format and don't want to use
quickfix window, then please try the following.

[$HOME/.vimrc]
+---------------------------------------
|let Gtags_Use_Tags_Format=1
|let Gtags_OpenQuickfixWindow=0

Regards
Shigio


2015-09-08 4:05 GMT+09:00 Akshay sundarraj <address@hidden>:
Hi Global Team,

I need an information about the various output format supported by vim plugin.

In the document I have read like we can get ctags like output with --result=ctags.

Also i have enabled  below things in gtags.vim file

" let Gtags_Result = "ctags"
" let Gtags_Efm = "%m\t%f\t%l"

But Gtags result list is still coming in quickfix window instead of standard ctag output.

Is there any way to get results in ctag format(i mean with interactive standard  ctag output)? 

Your Help is much appreciated!!


Thanks & Regards,
Akshay

_______________________________________________
Help-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-global




--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]