Skip to content

Commit db9f47f

Browse files
authored
Merge pull request #544 from tarsiiformes/fixup
Call vterm-copy-mode-done with the mandatory ARG argument
2 parents fb299a8 + ed71065 commit db9f47f

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)