From 8931d4d07114ef2a89d57ca2edfd810e9f87cc78 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Tue, 23 Sep 2025 09:29:02 +0100 Subject: [PATCH] fix minor compilation error introduced in previous commit --- fcore/normal-mode/normal-move.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcore/normal-mode/normal-move.sml b/fcore/normal-mode/normal-move.sml index a98d549..dfbc01a 100644 --- a/fcore/normal-mode/normal-move.sml +++ b/fcore/normal-mode/normal-move.sml @@ -200,7 +200,7 @@ struct val lineIdx = Int.max (0, lineIdx) in - moveCursorUpWhenOnNewline (app, buffer, newCursorLineNumber) + finishMoveCursorUpDown (app, newCursorLineNumber, buffer, 0, lineIdx) end else let