syntax error near unexpected token `[' -bash: /home/necuser/.ctags: line 3: `regex-Go=/func([ \t]+\([^)]+\))?[ \t]+([a-zA-Z0-9_]+)/\2/d,func/'
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.