mirror of
https://github.com/m42e/vim-plug-config.git
synced 2025-12-12 19:21:15 +00:00
complete with respect of typed part
This commit is contained in:
@@ -55,7 +55,7 @@ function! s:load_all_configs()
|
||||
endfunction
|
||||
|
||||
function! s:names(...)
|
||||
return sort(keys(g:plugs))
|
||||
return sort(filter(keys(g:plugs), 'stridx(v:val, a:1) == 0'))
|
||||
endfunction
|
||||
|
||||
call s:load_all_configs()
|
||||
|
||||
Reference in New Issue
Block a user