From 78dc00a5e9959f039c6da64caf6a1d2c453d5e8b Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Wed, 1 Apr 2026 11:49:22 -0700 Subject: [PATCH] doc: updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c2802f2..a3df185 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ to Vims undo tree would many times longer than a simple stack. - Ops like change, and substitute and such should add to paste reg - Delete op should also add to paste reg +- Gap buffer implementation (this shouldn't be TOO hard) +- Alternate buffer handling and implementation +- Scroll in X direction ---