File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
autoload/vital/__vital__/Vim Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change
1
+ 71aba2ebe0ad1cbfb888d8349ec95e7b79b1e88c
2
+ Modules: Vim.BufferManager
3
+ The following deprecated functions were removed.
4
+ - open()
5
+ - is_cmdwin()
6
+ Use Vim.Buffer's one instead.
1
7
982d3cb87ef788f4607fc61f1fd20ec2e3975479
2
8
Modules: Vim.Guard
3
9
Guard.store() API has changed to take a single List instance instead of arguments, due to the
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