mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
6 lines
143 B
VimL
Vendored
6 lines
143 B
VimL
Vendored
let s:_plugin_name = expand('<sfile>:t:r')
|
|
|
|
function! vital#{s:_plugin_name}#new() abort
|
|
return vital#{s:_plugin_name[1:]}#new()
|
|
endfunction
|