On 27/02/2010, at 06:20 PM, Florian Rehnisch wrote:

> 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 <[email protected]>' &&
>  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


Thanks Florian,

Having lurked here a few days I could see that vim has grown enormously from my 
familiar vi,
like word processor or more. I suspect that contributes to the slowness of the 
complete system.

I'd like to try building a console version as you suggests, but how do I get to 
do it?
And where is the place of your shell function receipt?

Thanks,

Miklos

-- 
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

Reply via email to