k-takata / minpac

A minimal package manager for Vim 8+ (and Neovim)
835 stars 30 forks source link

Use timer to call s:update_single_plugin() #110

Closed k-takata closed 4 years ago

k-takata commented 4 years ago

See: #108

If a user has many plugins, minpac#update() may take a long time. Use timer in it to call a subfunction.