2016-02-19 오후 4:21에 Marius Gedminas 이(가) 쓴 글: > On Thu, Feb 18, 2016 at 08:57:07PM +0900, Kazunobu Kuriyama wrote: >> Patch updated, made against v7.4.1345. >> >> With this patch, I addressed the cursor issue, aiming at smooth >> cursor draw and low cpu usage. >> >> Hopefully, this resolves all the known issues since the first >> patch was posted, and eventually allows us to go further to >> address other unknown issues. > > Yes, all the former issues seem to be completely gone!
I also could not find a redraw issue. These days I use gtk3 version for my daily job. I tested this version on two environment. . vmware-workstation + ubuntu 14.04 : gtk2 version has redraw issue . virtualbox + ubuntu 14.04 : gtk2 version works fine. The annoying console warning messages are displayed yet though. The warning message appears when I run gvim (displays 4 times), when I enter/leave command line (typed : and then typed <ESC>), when I select/unselect (typed V and then <ESC>). (gvim:28129): Gtk-WARNING **: GtkNotebook 0x2382190 is mapped but visible child GtkEventBox 0x2389140 is not mapped I remember former gtk3 patch displays this message when I enter/leave insert mode. Now, with this latest patch, there's no warning message for that case. >> If you find an issue, it would be very helpful if you could >> report it with the result of `vim -g -u NONE`, just like other >> bug reports. > > I found one very minor new issue. > > Here's gvim -u NONE -U NONE: http://i.imgur.com/wddWGCV.png > > And then I right-click anywhere in the window and the grey border > becomes black: http://i.imgur.com/GndHZyA.png I tested and I have no problem for this case. Though I'm not sure it can be related to theme, I use Radiance theme. Thanks, namsh > > On Fri, Feb 19, 2016 at 12:15:41AM +0900, Kazunobu Kuriyama wrote: >> Oh, I forgot one thing to note. >> >> If you find the cursor disappears while keeping holding down the >> keys j or k, add > > The cursor doesn't disappear while I hold down h/j/k/l. > > I tried both my .vimrc and gvim -u NONE -U NONE. > > Marius Gedminas > -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
