Fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user