reimplement vi's 'h' movement, so that we only skip newline characters that immediately follow a non-newline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user