### 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=/tmp/build make make install ### install cp /tmp/build/bin/* /usr/bin cp /tmp/build/share/* /usr/share