mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-23 20:45:31 -07:00
Update PlugClean for Gist plugins
In order to install Gist as a plugin, you have to modify its `dir` to be the `plugin` subdirectory of the normal path of the plugin if it were an ordinary pathogen-compatible Vim plugin. Plug 'https://gist.github.com/952560a43601cd9898f1.git', \ { 'dir': g:plug_home.'/xxx/plugin', 'rtp': '..' } PlugClean command was incompatible with the above trick, so it was updated not to remove the parent directory of `dir` of each plugin.
This commit is contained in:
parent
619e42a182
commit
6e7509e2ef
Loading…
Reference in New Issue
Block a user