This was using the old GotoBuffer rather than the new Harpoon_GotoTerminal

This commit is contained in:
Stuart Mackey 2021-03-03 18:37:48 +00:00
parent eeef833d5c
commit 958d257e65

View File

@ -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