full split complete

This commit is contained in:
2025-11-29 14:56:51 -08:00
parent 74637c8e83
commit c2a6a593ef
16 changed files with 2808 additions and 2690 deletions

View File

@@ -10,7 +10,6 @@
#include "buffer.h"
#include "core.h"
#include "editor.h"
#include "undo.h"
#define NO_NAME "[No Name]"
@@ -275,7 +274,7 @@ buffer_add_empty(void)
buf->mark_curx = 0;
buf->mark_cury = 0;
undo_tree_init(&buf->tree);
undo_tree_init(&buf->undo);
editor.buffers[editor.bufcount] = buf;
idx = (int)editor.bufcount;