reimplement vi's '$' motion as a DFA, also eliminating a bug that involves double deleteion in the process

This commit is contained in:
2025-08-04 05:37:08 +01:00
parent fe9dd0f034
commit 528aea59a1
6 changed files with 78 additions and 94 deletions

View File

@@ -25,6 +25,7 @@ in
fcore/cursor-dfa/make-dfa-loop.sml
fcore/cursor-dfa/vi-WORD-dfa.sml
fcore/cursor-dfa/vi-word-dfa.sml
fcore/cursor-dfa/vi-dlr-dfa.sml
end
fcore/cursor.sml
fcore/text-window.sml