summarylogtreecommitdiffstats
path: root/vim_lib.install
blob: 16772a84dd800afaec37a685d8d36a31be711bdd (plain)
1
2
3
4
5
6
7
8
post_install () {
  echo "Add lines from 'usr/share/vim/bundle/vim_lib/vimrc to your ~/.vimrc' to start using vim_lib."
}

post_remove () {
	echo "Please clean ~/.vimrc to avoid errors."
}