diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-09-04 13:18:44 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-09-04 13:18:44 +0200 |
| commit | ed710650b200516e2fec351e8e72cb2637afd1cc (patch) | |
| tree | 49590e19305738d24206bc2e365f05aca8fa7c86 | |
| parent | fb299a8bf8c10e5fffeb06bc07341c103a7c5050 (diff) | |
Call vterm-copy-mode-done with the mandatory ARG argument
See #486.
| -rw-r--r-- | vterm.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,7 @@ it to the bookmarked directory if needed." (when (and vterm-bookmark-check-dir (not (string-equal default-directory thisdir))) (when vterm-copy-mode - (vterm-copy-mode-done)) + (vterm-copy-mode-done nil)) (vterm-insert (concat "cd " thisdir)) (vterm-send-return))) ;; set to this vterm buf |
