File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
autoload/vital/__vital__/Vim Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -159,21 +159,6 @@ function! s:new(...) abort
159
159
\. user_config (2 <= a: 0 ? a: 2 : {})
160
160
endfunction
161
161
162
- function ! s: open (buffer , opener) abort
163
- call s: _deprecated (' open' )
164
- return s: B .open (a: buffer , a: opener )
165
- endfunction
166
-
167
- function ! s: _deprecated (fname) abort
168
- echomsg printf (' Vital.Vim.BufferManager.%s is deprecated! Please use Vital.Vim.Buffer.%s instead.' ,
169
- \ a: fname , a: fname )
170
- endfunction
171
-
172
- function ! s: is_cmdwin () abort
173
- call s: _deprecated (' is_cmdwin' )
174
- return s: B .is_cmdwin ()
175
- endfunction
176
-
177
162
function ! s: _make_config (manager, configs) abort
178
163
let configs = [a: manager ._config]
179
164
let user = a: manager ._user_config
You can’t perform that action at this time.
0 commit comments