diff options
Diffstat (limited to 'edit/003-shortcuts.mu')
-rw-r--r-- | edit/003-shortcuts.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/003-shortcuts.mu b/edit/003-shortcuts.mu index 2dbc481a..4c4caf38 100644 --- a/edit/003-shortcuts.mu +++ b/edit/003-shortcuts.mu @@ -1242,7 +1242,7 @@ def move-to-next-line editor:&:editor, screen-height:num -> editor:&:editor, go- no-motion?:bool <- equal next-line, before-cursor break-unless no-motion? scroll?:bool <- greater-than cursor-row, 1 - break-if scroll?, +try-to-scroll:label + break-if scroll?, +try-to-scroll go-render? <- copy 0/false return } |