This commit is contained in:
Krzosa Karol
2026-01-15 23:15:05 +01:00
parent 1e4e9fbccc
commit 86c91668e1

View File

@@ -1422,10 +1422,10 @@ void InitBuffers() {
EventBuffer = CreateBuffer(sys_allocator, GetUniqueBufferName(ProjectDirectory, "events"));
EventBuffer->no_history = true;
EventBuffer->special = true;
#ifdef PLUGIN_SEARCH_OPEN_BUFFERS
Buffer *search_project = CreateBuffer(sys_allocator, GetUniqueBufferName(ProjectDirectory, "search_project"));
search_project->no_history = true;
search_project->special = true;
#ifdef PLUGIN_SEARCH_OPEN_BUFFERS
SearchOpenBuffersBufferID = search_project->id;
#endif
}