Closed KazMorita closed 6 months ago
Please use dpp#sync_ext_action('installer', 'getNotInstalled')
instead.
And it returns not installed plugins name. You must check the returned result.
uninstall unnecessary
It is not implemented. Because it is dangerous.
I have added dpp#check_clean()
.
I need help with implementation of automatic package update. Many people will use this, so I decided to raise an issue.
In dein I wrote:
I want to implement a simliar behaviour in dpp.vim. The steps I thought are:
Dpp:makeStatePost
dpp#check_files()
dpp#async_ext_action('installer', 'install')
The code for 1-3 is:
dpp#ext_action('installer', 'getNotInstalled')
returns 0 even when the package is missing. So the above code does not work. I also do not know a smart way to do step 4.Thank you for your help.