k-takata / minpac

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

Use exists('g:loaded_minpac') instead in docs #115

Closed lambdalisue closed 3 years ago

lambdalisue commented 3 years ago

From #114, the tips on docs does not work because exists() always return 0 for autoload function until initial call. This commit add plugin/minpac.vim which just define 'g:loaded_minpac' and rewrite document to use that.

lambdalisue commented 3 years ago

I'll re-send PR from differnt branch

lambdalisue commented 3 years ago

https://github.com/k-takata/minpac/pull/116