Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 12 Nov 2018 10:33:58 UTC Commit: 939dab08e0c12fb55aa34a1fab5d84e031dcb1fb https://github.com/geany/geany/commit/939dab08e0c12fb55aa34a1fab5d84e031dcb1...
Log Message: ----------- Process files in the order they are listed when generating a tags file
Modified Paths: -------------- src/tagmanager/tm_workspace.c
Modified: src/tagmanager/tm_workspace.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -516,7 +516,7 @@ static GList *lookup_includes(const gchar **includes, gint includes_count)
g_hash_table_destroy(table);
- return includes_files; + return g_list_reverse(includes_files); }
static gchar *pre_process_file(const gchar *cmd, const gchar *inf)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).