2 echo -n "Updating vim help tags..."
3 /usr/bin/vim --noplugins -u NONE -U NONE \
4 --cmd ":helptags /usr/share/vim/doc" --cmd ":q" > /dev/null 2>&1
10 echo "Add lines like \"filetype plugin on\", \"filetype indent on\" to your .vimrc"
11 echo "in order to enable OMLet."