### this is not a script but an step-by-step howto exit 1 ### download cd /usr/src wget ftp://ftp.vim.org/pub/vim/unix/vim-6.3.tar.bz2 wget ftp://ftp.vim.org/pub/vim/extra/vim-6.3-lang.tar.gz ### extract bunzip2 vim-6.3.tar.bz2 tar -xf vim-6.3.tar gunzip vim-6.3-lang.tar.gz tar -xf vim-6.3-lang.tar cd vim63 ### build mkdir -P /tmp/build ./configure --prefix=/usr make make install ### install cp /usr/bin/vi /usr/bin cd /usr/bin ln -s vim ex ln -s vim rview ln -s vim rvim ln -s vim view ln -s vim vimdiff cp /tmp/build/share/* /usr/share