update install message nvim-yarp

This commit is contained in:
Trent Palmer 2018-12-24 05:47:56 -08:00
parent ff91880735
commit 7c5b940956
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nvim-yarp-git
pkgdesc = (an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins.
pkgver = r43.5443ac0
pkgver = r45.1524cf7
pkgrel = 1
url = https://github.com/roxma/nvim-yarp
install = nvim-yarp.install

View File

@ -7,10 +7,20 @@ update_vim_help() {
post_install() {
update_vim_help
#echo "==> ------------------------------------------------------------------------------------------------------------------------------"
#echo
#echo "==> dependancy python-neovim is apparently going to be renamed pynvim
#echo
#echo "==> ------------------------------------------------------------------------------------------------------------------------------"
}
post_upgrade() {
update_vim_help "$1"
#echo "==> ------------------------------------------------------------------------------------------------------------------------------"
#echo
#echo "==> dependancy python-neovim is apparently going to be renamed pynvim
#echo
#echo "==> ------------------------------------------------------------------------------------------------------------------------------"
}
post_remove() {