Don't show special buffers, misc

This commit is contained in:
krzosa
2025-12-22 17:54:33 +01:00
parent af1d88b07c
commit 05652240f1
6 changed files with 31 additions and 32 deletions

View File

@@ -392,9 +392,8 @@ void OnCommand(Event event) {
For (CommandFunctions) {
if (it.trigger && MatchEvent(it.trigger, &event)) {
double start = GetTimeSeconds();
ProfileScopeEx(it.name.data, (int)it.name.len);
it.function();
ReportConsolef("%S: %f", it.name, GetTimeSeconds() - start);
LastExecutedCommand = it.function;
}
}