Skip to content

Commit 71aba2e

Browse files
committed
Vim.BufferManager: Drop deprecated functions
1 parent 4ff8d9e commit 71aba2e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

autoload/vital/__vital__/Vim/BufferManager.vim

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,6 @@ function! s:new(...) abort
159159
\.user_config(2 <= a:0 ? a:2 : {})
160160
endfunction
161161

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-
177162
function! s:_make_config(manager, configs) abort
178163
let configs = [a:manager._config]
179164
let user = a:manager._user_config

0 commit comments

Comments
 (0)