• I only tested the Big version.
• This happens in both vim and gvim.
• With my usual handcoded Session file, it happens immediately in both
vim and gvim.
• With only my usual vimrc, it happens immediately in gvim; in vim the
:info splash screen is displayed, then hitting Space a couple of times
gives SEGV.
• With --clean, it happens immediately in gvim; in vim the splash
screen appears then hitting Space does nothing, but :h followed by the
Enter key gives SEGV instead of displaying the help.
The following script is sourced in bash before compiling the concerned
executable:
export CONF_OPT_GUI='--enable-gui=gtk3'
export CONF_OPT_MULTIBYTE='--enable-multibyte'
export CONF_OPT_AUTOSERVE='--enable-autoservername'
export CONF_OPT_FEAT='--with-features=big'
export CONF_OPT_COMPBY='"--with-compiledby=
antoine.m...@gmail.com"'
Best regards,
Tony.