Where to Find Vim 7.3 – Download and Install

ppavim

Vim 7.3 is out, but not available in the sources. Where can I get an installation package for the 7.3 version? I don't want to install it manually.

Best Answer

I couldn't find any official packages either, so I created a PPA. Feel free to use it:

https://launchpad.net/~passy/+archive/vim

apt-add-repository ppa:passy/vim
apt-get update
apt-get upgrade

Reference: How to use PPAs

Related Question