Skip to content

Commit 4c695bc

Browse files
teoljungbergtpope
authored andcommitted
Remove redundant variable winid
It is already set a few further up
1 parent b84d00f commit 4c695bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/dispatch/terminal.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function! dispatch#terminal#handle(request) abort
3333
startinsert
3434
endif
3535
else
36-
let winid = win_getid()
3736
exe a:request.mods 'split'
3837
let options = {
3938
\ 'exit_cb': function('s:exit', [a:request]),

0 commit comments

Comments
 (0)