remove unneccessary assignment

This commit is contained in:
Productive2 2021-02-23 17:40:52 +01:00
parent 6e44c4edf9
commit c222cb1a19
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ proc fullRender(editor: LineEditor) =
inc extraup
# return to the selected y pos
let vindex = editor.content.Y - editor.vscroll
cursorUp(lastY + 1 - editor.content.Y + extraup)
proc moveCursorToEnd(editor: LineEditor) =