![]() The type of g:startify_transformations has to be a list of lists now. The inner lists contain 2 elements, a pattern and either a string or a funcref. Example: function! s:foo(filename) return fnamemodify(a:filename, ':t') endfunction let g:startify_transformations = [ \ ['.*vimrc$', 'vimrc'], \ ['.*', function('s:foo')], \ ] References #209. |
||
---|---|---|
.. | ||
startify | ||
startify.vim |