deoplete-git/PKGBUILD change install directory

This commit is contained in:
2017-12-25 17:32:52 -08:00
parent 5d937b8d00
commit 431e29692c
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
update_helptag() {
echo -n "Updating vim help tags..."
echo -n "Updating neovim (nvim) help tags..."
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
echo "done. "
}