@@ -47,7 +47,6 @@ endfunction
47
47
" deprecated!
48
48
function RunVimTmuxCommand (command , ... )
49
49
" TODO replace me with the direct function call!
50
- echoerr " RunVimTmuxCommand is deprecated, use VimuxRunCommand instead."
51
50
let l: autoreturn = 1
52
51
53
52
if exists (" a:1" )
@@ -74,7 +73,6 @@ endfunction
74
73
75
74
" deprecated!
76
75
function RunLastVimTmuxCommand ()
77
- echoerr " RunLastVimTmuxCommand is deprecated, use VimuxRunLastCommand instead."
78
76
call VimuxRunLastCommand ()
79
77
endfunction
80
78
@@ -87,14 +85,12 @@ endfunction
87
85
88
86
" deprecated!
89
87
function ClearVimTmuxWindow ()
90
- echoerr " ClearVimTmuxWindow is deprecated, use VimuxClearWindow instead."
91
88
call VimuxClearWindow ()
92
89
endfunction
93
90
94
91
95
92
" deprecated!
96
93
function CloseVimTmuxWindows ()
97
- echoerr " ClearVimTmuxWindow is deprecated, use VimuxClosePanes instead."
98
94
call VimuxCloseWindows ()
99
95
endfunction
100
96
@@ -106,7 +102,6 @@ endfunction
106
102
107
103
" deprecated!
108
104
function CloseVimTmuxRunner ()
109
- echoerr " CloseVimTmuxRunner is deprecated, use VimuxCloseRunner instead."
110
105
call VimuxCloseRunner ()
111
106
endfunction
112
107
@@ -118,7 +113,6 @@ endfunction
118
113
119
114
" deprecated!
120
115
function CloseVimTmuxPanes ()
121
- echoerr " CloseVimTmuxPanes is deprecated, use VimuxClosePanes instead."
122
116
call VimuxClosePanes ()
123
117
endfunction
124
118
@@ -129,7 +123,6 @@ endfunction
129
123
130
124
" deprecated!
131
125
function InterruptVimTmuxRunner ()
132
- echoerr " InterruptVimTmuxRunner is deprecated, use VimuxInterruptRunner instead."
133
126
call VimuxInterruptRunner ()
134
127
endfunction
135
128
@@ -140,7 +133,6 @@ endfunction
140
133
141
134
" deprecated!
142
135
function InspectVimTmuxRunner ()
143
- echoerr " InspectVimTmuxRunner is deprecated, use VimuxInspectRunner instead."
144
136
call VimuxInspectRunner ()
145
137
endfunction
146
138
@@ -152,7 +144,6 @@ endfunction
152
144
153
145
" deprecated!
154
146
function PromptVimTmuxCommand ()
155
- echoerr " PromptVimTmuxCommand is deprecated, use VimuxPromptCommand instead."
156
147
call VimuxPromptCommand ()
157
148
endfunction
158
149
0 commit comments