mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
This was using the old GotoBuffer rather than the new Harpoon_GotoTerminal
This commit is contained in:
parent
eeef833d5c
commit
958d257e65
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user