Shougo / dein.vim

:zap: Dark powered Vim/Neovim plugin manager
MIT License
3.43k stars 198 forks source link

A plugin doesn't get saved by dein#save_rollback if `rev` is specified #383

Closed eilvelia closed 4 years ago

eilvelia commented 4 years ago

This is probably intended, but it would be useful to save the sha1 commit in a rollback file if the rev is a branch and not a specific commit, e.g:

[[plugins]]
repo = 'neoclide/coc.nvim'
rev = 'release'

A check in the code

Environment Information