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

@@ -34,7 +34,8 @@ 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-hl-dfa.sml
fcore/cursor-dfa/vi-l-dfa.sml
fcore/cursor-dfa/vi-h-dfa.sml
fcore/rect.sml
fcore/pipe-cursor.sml
end
@@ -61,7 +62,6 @@ fcore/normal-mode/normal-search-mode.sml
fcore/app-update.sml
(* TEST FILES *)
$(SML_LIB)/basis/mlton.mlb
shell/exception-logger.sml