From 958d257e65a5da39b833819e2469de6181148624 Mon Sep 17 00:00:00 2001 From: Stuart Mackey Date: Wed, 3 Mar 2021 18:37:48 +0000 Subject: [PATCH] This was using the old GotoBuffer rather than the new Harpoon_GotoTerminal --- plugin/harpoon.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/harpoon.vim b/plugin/harpoon.vim index 1ab83e3..094f482 100644 --- a/plugin/harpoon.vim +++ b/plugin/harpoon.vim @@ -53,7 +53,7 @@ fun! Harpoon_SendTerminalCommand(ctrlId, command) let contents = g:win_ctrl_buf_list[a:ctrlId] if type(l:contents) != v:t_list echo "No terminal created, sorry for not creating this in the background..." - call GotoBuffer(a:ctrlId) + call Harpoon_GotoTerminal(a:ctrlId) end let contents = g:win_ctrl_buf_list[a:ctrlId] if type(l:contents) != v:t_list