diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index b577e886..84807da9 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -135,6 +135,9 @@ int CmdDiagnostics (Rules& rules, Database& database, Extensions& extensions, Lo << rules.get ("db") << "/data" << "\n"; + for (auto& file : database.files ()) + out << " " << file << "\n"; + // Determine rc.editor/$EDITOR/$VISUAL. char* peditor; if ((peditor = getenv ("VISUAL")) != NULL)