From a0c9c1a2a412bf0515b060dd2025d6ab37cf969c Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Fri, 1 May 2026 14:18:19 +0100 Subject: [PATCH] reoranise todo list in order of priority --- shf/todo.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shf/todo.md b/shf/todo.md index 86dc02f..88e427f 100644 --- a/shf/todo.md +++ b/shf/todo.md @@ -1,7 +1,6 @@ # To-do list -- Add tests for indent, dedent and remove-line-break motions - - Add tests that searchList updates as expected too - Add tests for other yank motoins - Tests should be based on existing tests for delete-motions, and in the same order. -- Bind gamepad functions from GLFW and/or RGFW - Add tests for NormalYankDelete functions, to make sure that they are yanking the expected string. +- Add tests for indent, dedent and remove-line-break motions + - Add tests that searchList updates as expected too