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.0.0rc1
Stefan Otte 12 years ago
parent dbdee1c224
commit 642ea420ba

@ -92,12 +92,6 @@ function ClearVimTmuxWindow()
endfunction
function VimuxCloseWindows()
ruby CurrentTmuxSession.new.close_other_panes
call VimuxClearWindow()
echoerr "CloseVimTmuxWindows is deprecated, use VimuxClosePanes instead."
endfunction
" deprecated!
function CloseVimTmuxWindows()
echoerr "ClearVimTmuxWindow is deprecated, use VimuxClosePanes instead."

Loading…
Cancel
Save