No description provided.
Found in README, but unfortunately it wasn't the first place I looked. Lesson learned :)
Worked fine, pretty straightforward
worked great using ubuntu 9.04
downloaded vim code
hg clone https://vim.googlecode.com/hg/ vim
sudo aptitude install mercurial
sudo aptitude install id-utils
Worked fine. A bit newer to debain, I've always used apt-get and didn't know the difference between it and aptitude, which lead me to do a bit of research on the subject...it seem aptitude is probably what I should start using instead. Thanks :D