bug-global
[Top][All Lists]
Advanced

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

Re: Feature request: Combine results of <> and <-r>


From: Shigio YAMAGUCHI
Subject: Re: Feature request: Combine results of <> and <-r>
Date: Fri, 27 Jun 2014 13:31:12 +0900

Hello all,
I have added new command 'Gtagsa' to gtags.vim.

The Gtagsa (Gtags + append) command is almost the same as Gtags command.
But it differs from Gtags in that it adds the results to the present list.
If you want to get the union of ':Gtags -d foo' and ':Gtags -r foo' then
you can invoke the following commands:

       :Gtags  -d foo
       :Gtagsa -r foo

It is available in the cvs repository, and will be included
in the next release.

Would you please try it?
Thank you in advance.



2014-06-16 11:57 GMT+09:00 Shigio YAMAGUCHI <address@hidden>:
Hello,
> Feature request:  please consider offering an option to global so that the result is combination of the following two (using global with Vim notation):
>
>     1) :Gtags      foo
>     2) :Gtags  -r  foo
>

How about adding Gtags_a (append) command?
This command appends new result to the present list.

:Gtags        foo       # list the result of 'global -d foo'
:Gtags_a  -r  foo       # append the the result of 'global -r foo'
                        # to the present list

This specification includes your proposal, I believe.
--
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]