0.8.0
:PlugUpgrade
to get the latest vim-plug.
New features:
- Added
commit
option for fine-grained version control - Fixed issues with parallel installer on Windows and enabled it by default
Improvements:
- Changed
PlugSnapshot
to create Vim script using the newcommit
option PlugDiff
to show pending updates for plugins locked oncommit
or ontag
- Enhanced output format of post-update hooks
Issues resolved:
- Fixed Ruby installer to unshallow tagged plugin on update (#350)
- Fixed output format of Neovim installer (#340)
- Remapped
q
in plug window tobd
(#336) - Fixed freeze in Python installer (#318)
- Case-sensitive validation of
on
arguments (#314) - Fixed post-update hook not to run on error
- Fixed
for
option to load syntax files (#272) - Fixed UnicodeDecodeError from Python installer (#262)
set nomodifiable
on commit preview window (#255)
Screenshots:
- New
PlugDiff
output - New
PlugSnapshot
output - Parallel installer on Windows (thanks to @mattn)