No description provided.
Running a self compiled vim seems a bit more complex than just invoking it. Maybe compilation control with a $HOME prefix to ensure that all the support files are in the right places.
make distclean ./configure -prefix=$HOME make -j4 make install
README.txt
$ grep -l '@vim.org' R* README.txt
might say make -j4 for systems with 2 cpus. The rule of thumb seems to be -j(2 x #cores) where hyper threads also count as "cores"
no problem. Pretty straight forward as described.
instructions worked as described for ubuntu 9.04
hg clone https://vim.googlecode.com/hg/ vim ... 2257 files updated, 0 files merged, 0 files removed, 0 files unresolved
sudo aptitude install mercurial sudo aptitude install id-utils
all done now