summarylogtreecommitdiffstats
path: root/vim-plugin.install
blob: ed1184d2baff1890cb352b8e8e974e0cec8b2c93 (plain)
1
2
3
4
5
6
post_upgrade() {
	post_install $2
}
post_install() {
	vim -c "helptags /usr/share/vim/vimfiles/doc | q" 2> /dev/null
}