complete with respect of typed part

This commit is contained in:
2021-10-16 08:26:54 +02:00
parent ad9b8753b4
commit aef3f53c7b

View File

@@ -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()