Skip to content

0.9.1

Compare
Choose a tag to compare
@junegunn junegunn released this 10 Aug 16:35
· 184 commits to master since this release
0.9.1

Notable changes

  • Interactive PlugClean using d-operator

    • dd, dip, ...
  • g:plug_pwindow for customizing preview window layout (PlugDiff)

    let g:plug_window = '-tabnew'
    let g:plug_pwindow = 'vertical rightbelow new'
  • Added support for { 'do': ':VimCommand' } notation

    • e.g. Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' }
  • Plug command exported as plug# function

    • e.g. call plug#('junegunn/seoul256.vim')