On Wed, Nov 14, 2018 at 9:34 PM Mun <[email protected]> wrote: > > Hi all, > > I'm not sure when this started, but it was sometime after v8.1 patch > 119 . I'm on v8.1 patch 524 now, and when I start vim thusly (e.g.): > $ vim -u NONE -U NONE --noplugin -g -geometry 80x40+100 .vimrc > > I get the following error on my console (although, vim seems to work just > fine): > > (gvim:5756): Gdk-CRITICAL **: IA__gdk_window_get_origin: assertion > `GDK_IS_WINDOW (window)' failed > > If instead I execute the following: > $ vim -geometry 80x40 .vimrc > > All is well; no error. The only real difference is that I am not > placing the window at an offset. > > I get the same results on the following systems: > 1. Red Hat Enterprise Linux v6.8 > 2. Ubuntu 16.04.5 LTS > > In both cases I am using GTK2. > > Is this a vim issue? Or did I miss something that would require > action on my part? > > Best regards,
Have you tried specifying not one but two values (Δx and Δy, as shown at ":help -geometry-example")? E.g. -geometry 80x40+100+0 for a horizontal offset, or -geometry 80x40+0+10 for a vertical offset? Best regards, Tony. -- -- 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.
