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
|
endfunction
|
||||||
|
|
||||||
function! s:names(...)
|
function! s:names(...)
|
||||||
return sort(keys(g:plugs))
|
return sort(filter(keys(g:plugs), 'stridx(v:val, a:1) == 0'))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
call s:load_all_configs()
|
call s:load_all_configs()
|
||||||
|
|||||||
Reference in New Issue
Block a user