rename 'ViLDfa' structure to 'ViHlDfa' since this DFA implements both vi's 'h' motion and vi's 'l' motion

This commit is contained in:
2025-09-17 11:02:11 +01:00
parent dbf05ec8dc
commit ad7d103f61
4 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ in
fcore/cursor-dfa/vi-word-dfa.sml
fcore/cursor-dfa/vi-caps-word-dfa.sml
fcore/cursor-dfa/vi-dlr-dfa.sml
fcore/cursor-dfa/vi-l-dfa.sml
fcore/cursor-dfa/vi-hl-dfa.sml
fcore/rect.sml
fcore/pipe-cursor.sml
end