Skip to content

Commit 0eefeff

Browse files
committed
Remove deprecation warnings
1 parent 9012946 commit 0eefeff

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

plugin/vimux.vim

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ endfunction
4747
" deprecated!
4848
function RunVimTmuxCommand(command, ...)
4949
" TODO replace me with the direct function call!
50-
echoerr "RunVimTmuxCommand is deprecated, use VimuxRunCommand instead."
5150
let l:autoreturn = 1
5251

5352
if exists("a:1")
@@ -74,7 +73,6 @@ endfunction
7473

7574
" deprecated!
7675
function RunLastVimTmuxCommand()
77-
echoerr "RunLastVimTmuxCommand is deprecated, use VimuxRunLastCommand instead."
7876
call VimuxRunLastCommand()
7977
endfunction
8078

@@ -87,14 +85,12 @@ endfunction
8785

8886
" deprecated!
8987
function ClearVimTmuxWindow()
90-
echoerr "ClearVimTmuxWindow is deprecated, use VimuxClearWindow instead."
9188
call VimuxClearWindow()
9289
endfunction
9390

9491

9592
" deprecated!
9693
function CloseVimTmuxWindows()
97-
echoerr "ClearVimTmuxWindow is deprecated, use VimuxClosePanes instead."
9894
call VimuxCloseWindows()
9995
endfunction
10096

@@ -106,7 +102,6 @@ endfunction
106102

107103
" deprecated!
108104
function CloseVimTmuxRunner()
109-
echoerr "CloseVimTmuxRunner is deprecated, use VimuxCloseRunner instead."
110105
call VimuxCloseRunner()
111106
endfunction
112107

@@ -118,7 +113,6 @@ endfunction
118113

119114
" deprecated!
120115
function CloseVimTmuxPanes()
121-
echoerr "CloseVimTmuxPanes is deprecated, use VimuxClosePanes instead."
122116
call VimuxClosePanes()
123117
endfunction
124118

@@ -129,7 +123,6 @@ endfunction
129123

130124
" deprecated!
131125
function InterruptVimTmuxRunner()
132-
echoerr "InterruptVimTmuxRunner is deprecated, use VimuxInterruptRunner instead."
133126
call VimuxInterruptRunner()
134127
endfunction
135128

@@ -140,7 +133,6 @@ endfunction
140133

141134
" deprecated!
142135
function InspectVimTmuxRunner()
143-
echoerr "InspectVimTmuxRunner is deprecated, use VimuxInspectRunner instead."
144136
call VimuxInspectRunner()
145137
endfunction
146138

@@ -152,7 +144,6 @@ endfunction
152144

153145
" deprecated!
154146
function PromptVimTmuxCommand()
155-
echoerr "PromptVimTmuxCommand is deprecated, use VimuxPromptCommand instead."
156147
call VimuxPromptCommand()
157148
endfunction
158149

0 commit comments

Comments
 (0)