Skip to content

0.8.0

Compare
Choose a tag to compare
@junegunn junegunn released this 02 Jan 06:03
· 258 commits to master since this release

: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 new commit option
  • PlugDiff to show pending updates for plugins locked on commit or on tag
  • 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 to bd (#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)