@elextr commented on this pull request.
@@ -746,9 +847,12 @@ static gint sort_found_tags(gconstpointer a, gconstpointer b, gpointer user_data
const TMTag *t1 = *((TMTag **) a); const TMTag *t2 = *((TMTag **) b);
- /* sort local vars first (with highest line number first), followed - * by tags from current file, followed by workspace tags, followed by - * global tags */ + /* sort local vars first (with highest line number first),
Please add this list to the manual.
When it says "local" vars, do you mean all locals in the current function, or only those declared before the cursor?