jixiuf / vterm-toggle

toggles between the vterm buffer and whatever buffer you are editing.
GNU General Public License v3.0
188 stars 12 forks source link

Symbol's value as variable is void: vterm-other-window #32

Closed emillo closed 3 years ago

emillo commented 3 years ago

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

perhaps line 53 should read (defvar vterm-other-window "vterm") ?

nylar commented 3 years ago

Fixed for me with https://github.com/jixiuf/vterm-toggle/commit/2258eb19e8bde75f79505c4306f3476bcedce56c

emillo commented 3 years ago

Yes I confirm it's fixed for me too, thanks!