From 0eefeff876595676759bde548c583905f16622e7 Mon Sep 17 00:00:00 2001 From: benmills Date: Fri, 15 Jun 2012 10:54:12 -0700 Subject: [PATCH] Remove deprecation warnings --- plugin/vimux.vim | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 7e7c8f4..5ba957f 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -47,7 +47,6 @@ endfunction " deprecated! function RunVimTmuxCommand(command, ...) " TODO replace me with the direct function call! - echoerr "RunVimTmuxCommand is deprecated, use VimuxRunCommand instead." let l:autoreturn = 1 if exists("a:1") @@ -74,7 +73,6 @@ endfunction " deprecated! function RunLastVimTmuxCommand() - echoerr "RunLastVimTmuxCommand is deprecated, use VimuxRunLastCommand instead." call VimuxRunLastCommand() endfunction @@ -87,14 +85,12 @@ endfunction " deprecated! function ClearVimTmuxWindow() - echoerr "ClearVimTmuxWindow is deprecated, use VimuxClearWindow instead." call VimuxClearWindow() endfunction " deprecated! function CloseVimTmuxWindows() - echoerr "ClearVimTmuxWindow is deprecated, use VimuxClosePanes instead." call VimuxCloseWindows() endfunction @@ -106,7 +102,6 @@ endfunction " deprecated! function CloseVimTmuxRunner() - echoerr "CloseVimTmuxRunner is deprecated, use VimuxCloseRunner instead." call VimuxCloseRunner() endfunction @@ -118,7 +113,6 @@ endfunction " deprecated! function CloseVimTmuxPanes() - echoerr "CloseVimTmuxPanes is deprecated, use VimuxClosePanes instead." call VimuxClosePanes() endfunction @@ -129,7 +123,6 @@ endfunction " deprecated! function InterruptVimTmuxRunner() - echoerr "InterruptVimTmuxRunner is deprecated, use VimuxInterruptRunner instead." call VimuxInterruptRunner() endfunction @@ -140,7 +133,6 @@ endfunction " deprecated! function InspectVimTmuxRunner() - echoerr "InspectVimTmuxRunner is deprecated, use VimuxInspectRunner instead." call VimuxInspectRunner() endfunction @@ -152,7 +144,6 @@ endfunction " deprecated! function PromptVimTmuxCommand() - echoerr "PromptVimTmuxCommand is deprecated, use VimuxPromptCommand instead." call VimuxPromptCommand() endfunction