From 642ea420ba6ae1ea4cf1fdf3efc9826fd5d933ad Mon Sep 17 00:00:00 2001 From: Stefan Otte Date: Fri, 8 Jun 2012 17:02:39 +0200 Subject: [PATCH] Rm new style command of an already deprecated function. There is no reason also update the name of the command which is already deprecated. --- plugin/vimux.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 1751928..7e7c8f4 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -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."