Tony Mechelynck wrote:
> I just compiled a "minimal Vim" as an experiment. Here are my configure > settings (most of them are probably redundant): > > > export CONF_OPT_X='--without-x' > > export CONF_OPT_GUI='--disable-gui' > > export CONF_OPT_FEAT='--with-features=tiny' > > export CONF_OPT_PERL='--disable-perlinterp' > > export CONF_OPT_PYTHON='--disable-pythoninterp' > > export CONF_OPT_TCL='--disable-tclinterp' > > export CONF_OPT_RUBY='--disable-rubyinterp' > > export CONF_OPT_MZSCHEME='--disable-mzschemeinterp' > > export CONF_OPT_CSCOPE='--disable-cscope' > > export CONF_OPT_MULTIBYTE='--disable-multibyte' > > export CONF_OPT_COMPBY='"[EMAIL PROTECTED]"' > > export CONF_OPT_NETBEANS='--disable-netbeans' > > export CONF_OPT_NLS='--disable-nls' > > export CONF_OPT_ACL='--disable-acl' > > export CONF_OPT_GPM='--disable-gpm' > > export CONF_OPT_SYSMOUSE='--disable-sysmouse' > > export CONF_ARGS='--with-vim-name=vi' > > When I tried to run it, after eliminating the errors due to unsupported > statements (mostly :let and :function) in my own vimrc, I still got the > following error: > > > Error detected while processing > > /usr/local/share/vim/vim72a/vimrc_example.vim: > > line 45: > > E538: No mouse support: mouse=a > > I'm attaching the obvious fix. Thanks, I'll include it. -- hundred-and-one symptoms of being an internet addict: 144. You eagerly await the update of the "Cool Site of the Day." /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
