1 2 3 4 5
let s:_plugin_name = expand('<sfile>:t:r') function! vital#{s:_plugin_name}#new() abort return vital#{s:_plugin_name[1:]}#of() endfunction