From 505521f5e2cfc11e78246b47d4b0522f1ceb8670 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Tue, 23 Sep 2025 09:04:18 +0100 Subject: [PATCH] minor cosmetic change --- fcore/normal-mode/normal-move.sml | 1 + 1 file changed, 1 insertion(+) diff --git a/fcore/normal-mode/normal-move.sml b/fcore/normal-mode/normal-move.sml index ea8f0bb..a8acc8e 100644 --- a/fcore/normal-mode/normal-move.sml +++ b/fcore/normal-mode/normal-move.sml @@ -205,6 +205,7 @@ struct (* special case: file ends with \n\n, * and cursor is on first \n *) let + val buffer = LineGap.goToIdx (startOfLine, buffer) val newCursorLineNumber = if Cursor.isPrevChrStartOfLine (buffer, startOfLine) then #lineLength buffer - 1 - count