Friday, February 26, 2010

Re: iMac slow in vi

You get a certain speedup when you use the console version and build vim
w/o gui facilities.

This is my shell function receipt:
#v+

function mkvim() {
./configure \
--prefix=/opt/vim \
--disable-gui \
--without-x \
--with-features=huge \
--enable-perlinterp \
--with-compiledby='Florian "eix" Rehnisch <eixman@gmx.de>' &&
make
}
--
flori
Vim-Hilfe auf Deutsch http://www.florianrehnisch.de/vimhelp/
WARNING: PRGRAMMING BUG IN E2FSCK!
OR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: