Re: Operator-pending cursor in GUI with custom map

2013-10-22 Fir de Conversatie Christian Brabandt
On Di, 22 Okt 2013, Anatolii Sakhnik wrote: > Вівторок, 22 жовтня 2013 р. 15:32:13 UTC+3 користувач Christian Brabandt > написав: > > > > > > I see that only, when d is mapped and one is using the normal mode 'd' > > > > command, which is clear, since Vim needs to wait if you are using the map

Re: [patch] problem when replacing char in visual mode with enter

2013-10-22 Fir de Conversatie Christian Brabandt
Hi Bram! On Mo, 21 Okt 2013, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > > > Bram, > > > > when using visual block_mode and replacing the selected block with=20 > > > > , Vim currently does not break the line, but inserts the=20 > > > > linebreak literally, e.g. when doing this: >

Re: [patch] problem when replacing char in visual mode with enter

2013-10-22 Fir de Conversatie Christian Brabandt
Hi James! On Mo, 21 Okt 2013, James McCoy wrote: > On Sat, Oct 19, 2013 at 03:04:45PM +0200, Christian Brabandt wrote: > > Bram, > > when using visual block_mode and replacing the selected block with > > , Vim currently does not break the line, but inserts the > > linebreak literally, e.g. when

Re: Operator-pending cursor in GUI with custom map

2013-10-22 Fir de Conversatie Anatolii Sakhnik
Вівторок, 22 жовтня 2013 р. 15:32:13 UTC+3 користувач Christian Brabandt написав: > > > I see that only, when d is mapped and one is using the normal mode 'd' > > command, which is clear, since Vim needs to wait if you are using the map > > or the normal 'd' command. > > > > Do you really s

Re: Operator-pending cursor in GUI with custom map

2013-10-22 Fir de Conversatie Christian Brabandt
On Tue, October 22, 2013 14:07, Anatoli Sakhnik wrote: > Hello, vim developers! > > I've noticed that the operator-pending mode cursor in GUI may be delayed > according to 'timeoutlen' when a custom map is defined. Judge by yourself: > > $ gvim -u NONE -N > > :map cs > :set timeoutlen=1000 > iHell

Operator-pending cursor in GUI with custom map

2013-10-22 Fir de Conversatie Anatoli Sakhnik
Hello, vim developers! I've noticed that the operator-pending mode cursor in GUI may be delayed according to 'timeoutlen' when a custom map is defined. Judge by yourself: $ gvim -u NONE -N :map cs :set timeoutlen=1000 iHello d Behold! The cursor stays full height for another second, and only

[patch] Haiku port

2013-10-22 Fir de Conversatie Adrien Destugues
Hello, For some years now there is this patch floating around that (re-)adds Haiku support to Vim. This was built from the BeOS port, including Vim 6.x era user interface. The patch is getting quite complete now, adding extra documentation pages and a lot of fixes to default pathes and similar t