reimplement vi's 'j' motion, and remove the original function for this motion which was in cursor.sml

This commit is contained in:
2025-09-19 22:33:37 +01:00
parent 2c88341c37
commit 859860b19f
4 changed files with 90 additions and 145 deletions

View File

@@ -42,8 +42,6 @@ struct
end
end
structure MoveViJ = MakeMove (struct val fMove = Cursor.viJ end)
structure MoveToStartOfLine = MakeMove (struct val fMove = Cursor.vi0 end)
signature DFA_MOVE =