mirror of
https://github.com/m42e/vim-plug-config.git
synced 2025-12-12 19:21:15 +00:00
removed unused variable
This commit is contained in:
@@ -59,6 +59,5 @@ function! s:names(...)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
call s:load_all_configs()
|
call s:load_all_configs()
|
||||||
let s:plug_names = keys(g:plugs)
|
|
||||||
|
|
||||||
command! -nargs=1 -bar -complete=customlist,s:names PlugConfig call s:edit_config(<f-args>)
|
command! -nargs=1 -bar -complete=customlist,s:names PlugConfig call s:edit_config(<f-args>)
|
||||||
|
|||||||
Reference in New Issue
Block a user