> :winpos <x-position> <y-position> "Set the x,y position of > the gVim Window when gVim starts > :set lines=<integer> "Set the number > of rows that the gVim window has > :set columns=<integer> "Set the number of > columns that the gVim window has >
i tried to use these variables, but there's anyway some troubles. when gvim is opened in my secondary monitor and it is maximized, command ":winpos" returns "-1684 -4". When i try to type ":winpos -1684 -4", gvim's window appears at the right place for a very little time (a part of second), and then instantly moves to main monitor, and ":winpos" returns "0 0" then. So, winpos is unfortunately unable to set negative values. How can i fix this? Thanks. [image: pic.gif] > >> It could be very useful if Gvim on Windows remind it too. >> >> >> -- >> 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 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 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
