updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / vim-json / vimdoc.install
blobac5eb81b975e8ea528a81b51364149056c0a591d
1 display_message() {
2 cat << EOF
3 ===>
4 ===> To your filetype.vim just add something like:
5 ===> au! BufRead,BufNewFile *.json set filetype=json foldmethod=syntax 
6 ===>
7 EOF
10 post_install() {
11     true
12     #echo -n "Updating vim help tags..."
13     #/usr/bin/vim --noplugins -u NONE -U NONE \
14     #    --cmd ":helptags /usr/share/vim/doc" --cmd ":q" > /dev/null 2>&1
15     #echo "done."
16     display_message
19 post_upgrade() {
20   true
21   # post_install $1
24 post_remove() {
25   true
26   # post_install
29 op=$1
30 shift
32 $op $*