Skip to content

Commit 642ea42

Browse files
committed
Rm new style command of an already deprecated function.
There is no reason also update the name of the command which is already deprecated.
1 parent dbdee1c commit 642ea42

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugin/vimux.vim

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ function ClearVimTmuxWindow()
9292
endfunction
9393

9494

95-
function VimuxCloseWindows()
96-
ruby CurrentTmuxSession.new.close_other_panes
97-
call VimuxClearWindow()
98-
echoerr "CloseVimTmuxWindows is deprecated, use VimuxClosePanes instead."
99-
endfunction
100-
10195
" deprecated!
10296
function CloseVimTmuxWindows()
10397
echoerr "ClearVimTmuxWindow is deprecated, use VimuxClosePanes instead."

0 commit comments

Comments
 (0)