summarylogtreecommitdiffstats
path: root/vimdoc.install
blob: 604200bd28579a4b3278e51c11cf615615c86d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
    cat <<EOF
Make sure that vim is compiled with python support:
    issue :ver inside vim and look for '+python'

you will need to reconfigure vim with python support in order to use this plugin.
EOF
}

post_upgrade() {
  post_install $1
}

post_remove() {
    true
}

op=$1
shift

$op $*