Closed this issue 3 years ago · 2 comments
After today update whenever I try to call vterm-toggle I get the message Symbol's value as variable is void: vterm-other-window in the minibuffer
Symbol's value as variable is void: vterm-other-window
perhaps line 53 should read (defvar vterm-other-window "vterm") ?
(defvar vterm-other-window "vterm")
Fixed for me with 2258eb1
Yes I confirm it's fixed for me too, thanks!