updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / atp-vim / atp-vim.install
blob2a89da3928fdce7586c19e7c87123004100d05ef
1 post_install() {
2         echo "IMPORTANT"
3         echo "1. To enable support for tags:"
4         echo "   $ ln -s /usr/share/vim/vimfiles/doc/tags/atp-tags ~/.vim/doc/tags"
5         echo "   or wherever your personal Vim files are."
6         echo "2. To enable support for Python and get the Python parts working:"
7         echo "   – You will need a +python Vim; install gVim or recompile with ABS."
8         echo "   – Add \"let g:atp_Python = \"/usr/bin/python2\"\" to your ~/.vimrc."
9         echo ""
12 post_upgrade() {
13   post_install $1