reimplement vi's 'l' motion so that we only skip a newline when it is preceded by a non-newline character

This commit is contained in:
2025-09-21 17:49:30 +01:00
parent 639f71009c
commit d63201ada7
5 changed files with 59 additions and 9 deletions

View File

@@ -34,6 +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