mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-16 11:00:23 +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]
|
let contents = g:win_ctrl_buf_list[a:ctrlId]
|
||||||
if type(l:contents) != v:t_list
|
if type(l:contents) != v:t_list
|
||||||
echo "No terminal created, sorry for not creating this in the background..."
|
echo "No terminal created, sorry for not creating this in the background..."
|
||||||
call GotoBuffer(a:ctrlId)
|
call Harpoon_GotoTerminal(a:ctrlId)
|
||||||
end
|
end
|
||||||
let contents = g:win_ctrl_buf_list[a:ctrlId]
|
let contents = g:win_ctrl_buf_list[a:ctrlId]
|
||||||
if type(l:contents) != v:t_list
|
if type(l:contents) != v:t_list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user