FWIW, my huge vim-gtk2-gnome2, 7.3.761 on Kubuntu 12.10 does not show this problem.
I wonder if you did a "huge" build, or a "gnome2" build, whether you'd get the problem? I follow Tony M's recommendation for vim compile options, that is I have a script that instructs configure by setting environment variables: #!/bin/bash #export prefix=/home/john/vim export CONF_OPT_GUI='--enable-gui=gnome2' export CONF_OPT_PERL='--enable-perlinterp' #export CONF_OPT_PYTHON='--enable-pythoninterp' #export CONF_OPT_RUBY='--enable-rubyinterp' export CONF_OPT_CSCOPE='--enable-cscope' export CONF_OPT_MULTIBYTE='--enable-multibyte' export CONF_OPT_FEAT='--with-features=huge' and source this before a make reconfig. I imagine not many people do a "normal" build with the GUI, though looking at :help +feature-list only +multi-byte and +conceal would appear to be relevant to me. Regards, John Little -- You received this message from the "vim_dev" 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
