mirror of
https://github.com/junegunn/vim-plug.git
synced 2026-05-17 14:00:02 +08:00
6583b99032
":Plug" performs a quick type check for most options so that the user can check which plugin has invalid configuration on startup. This does not prevent errors, resulting from modiying "g:plugs" after running "plug#end()". Plugin repo is added to the error message for convenience. Most users should expect no noticeable difference in startup time. Close: #930 Related: #936