Re: Gvim on Windows doesn't remember its position and size

2011-11-02 Fir de Conversatie Ben Fritz
On Oct 31, 6:33 am, Walt Elam wre...@gmail.com wrote: 2011/10/31 Дмитрий Франк dimon.fr...@gmail.com Gvim on Windows doesn't remember its position and size. I have two monitors, and Gvim always starts in the primary monitor and non-maximized. I have to everytime move it to another

Happy birthday Vim

2011-11-02 Fir de Conversatie Thilo Six
Hello Bram, hello Vimmers, just read: Vim's 20th anniversary http://lcorg.blogspot.com/2011/11/two-decades-of-productivity-vims-20th.html?utm_source=feedburnerutm_medium=feedutm_campaign=Feed%3A+LinuxcommandorgTipsNewsAndRants+%28LinuxCommand.org%3A+Tips%2C+News+And+Rants%29 Congratulations! I

Problem with it and at text objects on nested elements with similar names

2011-11-02 Fir de Conversatie zrth
Hello, If I use vat with the cursor on list it selects the root element instead of list. The same goes for it. It selects the contents of root and not the contents of list (as expected). I guess the problem is that the parent element's name is a substring of the child's name. root list

Re: Problem with it and at text objects on nested elements with similar names

2011-11-02 Fir de Conversatie James McCoy
On Wed, Nov 2, 2011 at 2:32 PM, zrth detr...@gmail.com wrote: Hello, If I use vat with the cursor on list it selects the root element instead of list. The same goes for it. It selects the contents of root and not the contents of list (as expected). I guess the problem is that the parent

Re: Problem with it and at text objects on nested elements with similar names

2011-11-02 Fir de Conversatie Tony Mechelynck
On 02/11/11 20:12, James McCoy wrote: On Wed, Nov 2, 2011 at 2:32 PM, zrthdetr...@gmail.com wrote: Hello, If I use vat with the cursor onlist it selects the root element instead of list. The same goes for it. It selects the contents of root and not the contents of list (as expected). I guess

Re: Problem with it and at text objects on nested elements with similar names

2011-11-02 Fir de Conversatie James McCoy
On Wed, Nov 2, 2011 at 4:33 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 02/11/11 20:12, James McCoy wrote: On Wed, Nov 2, 2011 at 2:32 PM, zrthdetr...@gmail.com  wrote: Hello, If I use vat with the cursor onlist  it selects the root element instead of list. The same goes for

Re: Problem with it and at text objects on nested elements with similar names

2011-11-02 Fir de Conversatie Tony Mechelynck
On 02/11/11 21:43, James McCoy wrote: On Wed, Nov 2, 2011 at 4:33 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 02/11/11 20:12, James McCoy wrote: On Wed, Nov 2, 2011 at 2:32 PM, zrthdetr...@gmail.comwrote: Hello, If I use vat with the cursor onlistit selects the root

[patch] Correctly handle URXVT mouse in set/del_mouse_termcode

2011-11-02 Fir de Conversatie James McCoy
Since the urxvt mouse handling was added, certain actions in Vim would cause the mouse to get disabled even all the setting still indicated it should be enabled. When running Vim in xterm, check_mouse_termcode() calls set_mouse_termcode(KS_MOUSE, ...) to enable xterm handling as well as

Re: Gvim on Windows doesn't remember its position and size

2011-11-02 Fir de Conversatie Дмитрий Франк
: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=integerSet the number of columns that the

Re: bufnr(afile) fails (always return -1)

2011-11-02 Fir de Conversatie Дмитрий Франк
ok, thanks 1 ноября 2011 г. 21:22 пользователь Christian Brabandt cbli...@256bit.orgнаписал: On Mon, October 31, 2011 8:16 pm, Дмитрий Франк wrote: when executing autocommands, bufnr('afile') always return -1, bufname('afile') returns empty, but expand('afile') works. Ugly workaround is