Patch 7.1.181

2008-01-02 Fir de Conversatie Bram Moolenaar
Patch 7.1.181 Problem:Accessing uninitialized memory in Farsi mode. (Dominuque Pelle) Solution: Only invoke lrF_sub() when there is something to do. Files: src/ex_cmds.c *** ../vim-7.1.180/src/ex_cmds.cSun Dec 9 19:37:37 2007 --- src/ex_cmds.c Mon Dec 31 17:29:25 2007

Bug in FAQ at http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl

2008-01-02 Fir de Conversatie Richard Hartmann
Sorry if this is the wrong place, but I could not find any better.. In http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl at 32.1: -$ stty -ixon -xoff +$ stty -ixon -ixoff Richard PS: Not a real patch as I am certain that this is not the source file, anyway

Patch 7.1.185

2008-01-02 Fir de Conversatie Bram Moolenaar
Patch 7.1.185 Problem:Using gR with a multi-byte encoding and typing a CR pushes characters onto the replace stack incorrectly, resulting in BS putting back the wrong characters. (Paul B. Mahol) Solution: Push multi-byte characters onto the replace stack in reverse

Patch 7.1.187

2008-01-02 Fir de Conversatie Bram Moolenaar
Patch 7.1.187 Problem:Win32 GUI: Custom completion using system() no longer works after patch 7.1.104. (Erik Falor) Solution: Loop when safe_vgetc() returns K_IGNORE. Files: src/ex_getln.c *** ../vim-7.1.186/src/ex_getln.c Fri Dec 7 20:28:13 2007 ---

Patch 7.1.188

2008-01-02 Fir de Conversatie Bram Moolenaar
Patch 7.1.188 Problem:When 'showmode' is off the message for changing a readonly file is given in the second column instead of the first. (Payl B. Mahol) Solution: Put the W10 message in the first column. Files: src/edit.c *** ../vim-7.1.187/src/edit.c Wed Jan 2

Re: Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars

2008-01-02 Fir de Conversatie Ben Schmidt
Erik Falor wrote: While writing a guitabtooltip function, I discovered that the tooltips in Win32 don't properly handle backslash-escaped chars. In particular, '\n' comes out as a box, and '\t' appears to terminate the string like '\0'. The GTK gui on Linux, however, works as expected.

Re: Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars

2008-01-02 Fir de Conversatie Tony Mechelynck
Ben Schmidt wrote: Erik Falor wrote: While writing a guitabtooltip function, I discovered that the tooltips in Win32 don't properly handle backslash-escaped chars. In particular, '\n' comes out as a box, and '\t' appears to terminate the string like '\0'. The GTK gui on Linux, however,

Re: Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars

2008-01-02 Fir de Conversatie Erik Falor
Well, I suppose by 'works as expected' I meant that the string escapes didn't blow up :) What I think should be acceptable behavior is for the guitabtooltips to behave the same as the tooltips given by the balloon-eval feature. From debugger.txt line 103: The Balloon evaluation functions are

Re: Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars

2008-01-02 Fir de Conversatie Erik Falor
On 02/01/2008, Tony Mechelynck [EMAIL PROTECTED] wrote: On Windows, where the OS-standard line break is \r\n, shouldn't _that_ also be used to break lines in a tooltip? And what about Mac? Best regards, Tony. \r\n results in two boxes. -- Registered Linux User #445632

RE: Bug in FAQ at http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl

2008-01-02 Fir de Conversatie John Beckett
Richard Hartmann wrote: http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl at 32.1: -$ stty -ixon -xoff +$ stty -ixon -ixoff Three months ago Yegappan Lakshmanan asked me to put the FAQ on the Vim Tips wiki. He referred me to the txt and html versions:

Re: Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars

2008-01-02 Fir de Conversatie Erik Falor
On 02/01/2008, ap [EMAIL PROTECTED] wrote: I think this information from 'h balloonexpr' applies. To check whether line breaks in the balloon text work use this check: if has(balloon_multiline) When they are supported \n characters will start a new line. I think there are no

Re: Bug in FAQ at http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl

2008-01-02 Fir de Conversatie Yegappan Lakshmanan
Hi, On Jan 2, 2008 3:18 PM, John Beckett [EMAIL PROTECTED] wrote: Richard Hartmann wrote: http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl at 32.1: -$ stty -ixon -xoff +$ stty -ixon -ixoff Three months ago Yegappan Lakshmanan asked me to put the FAQ on the Vim Tips wiki.