remove code which became dead after reimplementing vi's 'k' motion

This commit is contained in:
2025-09-19 05:27:10 +01:00
parent 9ec8891ce5
commit 2c88341c37
2 changed files with 0 additions and 212 deletions

View File

@@ -43,7 +43,6 @@ struct
end
structure MoveViJ = MakeMove (struct val fMove = Cursor.viJ end)
structure MoveViK = MakeMove (struct val fMove = Cursor.viK end)
structure MoveToStartOfLine = MakeMove (struct val fMove = Cursor.vi0 end)