reimplement vi's 'h' movement, so that we only skip newline characters that immediately follow a non-newline

This commit is contained in:
2025-09-21 21:36:59 +01:00
parent d63201ada7
commit cdc23945a5
5 changed files with 80 additions and 122 deletions

View File

@@ -35,7 +35,7 @@ in
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/cursor-dfa/vi-h-dfa.sml
fcore/rect.sml
fcore/pipe-cursor.sml
end