Hello, After updating to vim 7.3.347+ I started to get "Gtk-WARNING **: unable to find signal handler for object ..." warnings in console while using gvim. I build vim with flags --with-features=huge --enable-gui=gnome2. Here is how I can reliable reproduce the problem on my system (a customized Ubuntu 10.04):
$ cd ~ $ echo 'syntax on' >.vimrc $ gvim -c ':tabe .' -c ':q' -c ':tabe .' -c ':qa!' .vimrc (gvim:11287): Gtk-WARNING **: unable to find signal handler for object(GtkDrawingArea:0x1de2e30) with func(0x5a41f0) and data(0x1ccf950) (gvim:11287): Gtk-WARNING **: unable to find signal handler for object(GnomeApp:0x1dce000) with func(0x5a40d0) and data(0x1ccf950) gvim --sync flag suggested on vim_dev a while ago doesn't help. The problem seems to have been triggered by the latest update of netrw.vim: http://code.google.com/p/vim/source/diff?spec=svn37ecb8ff4560&r=37ecb8ff4560&format=side&path=/runtime/autoload/netrw.vim -- 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
