Skip to content

Commit ed71065

Browse files
committed
Call vterm-copy-mode-done with the mandatory ARG argument
See #486.
1 parent fb299a8 commit ed71065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vterm.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ it to the bookmarked directory if needed."
784784
(when (and vterm-bookmark-check-dir
785785
(not (string-equal default-directory thisdir)))
786786
(when vterm-copy-mode
787-
(vterm-copy-mode-done))
787+
(vterm-copy-mode-done nil))
788788
(vterm-insert (concat "cd " thisdir))
789789
(vterm-send-return)))
790790
;; set to this vterm buf

0 commit comments

Comments
 (0)