Skip to content

Commit

Permalink
revert the indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Dec 9, 2024
1 parent 792658b commit 1352a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vi-mode/window.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The SCROLL-POSITION is influenced by the scrolloff option."
(clear-screens-of-window-list)
(when line-number
(save-column
(goto-line line-number)))
(goto-line line-number)))
(let* ((window (current-window))
(scrolloff (scroll-offset window)))
(case scroll-position
Expand Down

0 comments on commit 1352a67

Please sign in to comment.