On Fri, Feb 19, 2021 at 6:46 AM Jyoti Rawat <jrawat...@gmail.com> wrote:
>
> syntax error near unexpected token `['
> -bash: /home/necuser/.ctags: line 3: `regex-Go=/func([ \t]+\([^)]+\))?[ 
> \t]+([a-zA-Z0-9_]+)/\2/d,func/'

You are replying to a message that is seven years old.  Something may
have changed.

I suggest that you restate your actual question in a new thread in the
hopes of getting a more up to date answer.

Ian



> On Thursday, March 20, 2014 at 8:15:36 AM UTC+5:30 mattn wrote:
>>
>> cat > ~/.ctags
>> --langdef=Go
>> --langmap=Go:.go
>> --regex-Go=/func([ \t]+\([^)]+\))?[ \t]+([a-zA-Z0-9_]+)/\2/d,func/
>> --regex-Go=/var[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,var/
>> --regex-Go=/type[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,type/
>> ^D
>>
>> On Saturday, December 7, 2013 11:03:33 PM UTC+9, you fu wrote:
>>>
>>> as the titile.
>>> can use it to find function impl and fuction definition?
>>> like use it for  C .
>
> --
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/00156d05-ef16-4b46-9c51-be8b5f1d66bcn%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcUtM%3DTZJZ2QO%2BovHvO%3DTQ-DW1g7M7e7joFXhbAfrfrZ2A%40mail.gmail.com.

Reply via email to