reimplement vi's 'j' motion, and remove the original function for this motion which was in cursor.sml
This commit is contained in:
@@ -42,8 +42,6 @@ struct
|
||||
end
|
||||
end
|
||||
|
||||
structure MoveViJ = MakeMove (struct val fMove = Cursor.viJ end)
|
||||
|
||||
structure MoveToStartOfLine = MakeMove (struct val fMove = Cursor.vi0 end)
|
||||
|
||||
signature DFA_MOVE =
|
||||
|
||||
Reference in New Issue
Block a user