@techee commented on this pull request.


>  
-       /* tag name */
-       if (! (tab = strchr(p, '\t')) || p == tab)
-               return FALSE;
-       tag->name = g_strndup(p, (gsize)(tab - p));
-       p = tab + 1;
+               if (entry.kind[0] && entry.kind[1])
+                       type = 
tm_parser_get_tag_type(tm_ctags_get_kind_from_name(entry.kind, lang), lang);  
// 'K' field

Done, thanks.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3049#discussion_r1353468940
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3049/review/1669134...@github.com>

Reply via email to