Skip to content

Commit

Permalink
Merge pull request #1045 from fukamachi/vi-ex-remain-visual-region
Browse files Browse the repository at this point in the history
Remain visual region when entering Ex mode.
  • Loading branch information
cxxxr authored Sep 2, 2023
2 parents 7b70d28 + 239d3ac commit 5c1ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vi-mode/ex.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(let* ((directory (uiop:getcwd))
(buffer-filename (lem:buffer-filename))
(in-visual (visual-p)))
(with-state 'ex
(with-temporary-state 'ex
(with-main-window (lem:current-window)
(execute-ex
(prompt-for-string
Expand Down

0 comments on commit 5c1ec76

Please sign in to comment.