reimplement vi's 'w' command to use ViWordDfa

This commit is contained in:
2025-07-20 16:04:48 +01:00
parent 15fc36c7a4
commit 8d67c33893
4 changed files with 116 additions and 2 deletions

View File

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