diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 760685a6693..ca6fe51bdb6 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -4721,6 +4721,8 @@ Ruby_functions (FILE *inf) | |||
| 4721 | do { | 4721 | do { |
| 4722 | char *np = cp; | 4722 | char *np = cp; |
| 4723 | 4723 | ||
| 4724 | if (*np == ':') | ||
| 4725 | np++; | ||
| 4724 | cp = skip_name (cp); | 4726 | cp = skip_name (cp); |
| 4725 | if (reader) | 4727 | if (reader) |
| 4726 | make_tag (np, cp - np, true, | 4728 | make_tag (np, cp - np, true, |