mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
Merge pull request #17 from stuartmackey/bugfix/use-goto-terminal
This was using the old GotoBuffer rather than the new Harpoon_GotoTer…
This commit is contained in:
commit
a0ba99f267
@ -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