Re: Patch to allow ctermfg or bg values as #rrggbb

2007-12-21 Fir de Conversatie Nico Weber
2) There is no algorithm available to programmatically judge the perceived differences between colors that suits our purposes. We do well with CIE L*a*b*, but not better than the stepping algorithm I proposed first, and in some places drastically worse. Unfortunately, CIE L*a*b* is only

Re: I care about vim rfc1345 switch

2007-12-21 Fir de Conversatie Tony Mechelynck
Philippe De Muyter wrote: On Fri, Dec 21, 2007 at 03:02:15AM +0100, Tony Mechelynck wrote: Bram Moolenaar wrote: Philippe de Muyter wrote: On Sun, Oct 22, 2000 at 10:20:34PM +0200, Bram Moolenaar wrote: [...] The default digraphs now correspond to RFC1345. Most are different from what was

Re: Weird font issue

2007-12-21 Fir de Conversatie James Vega
On Fri, Dec 21, 2007 at 06:12:24AM -0800, Jeff Lanzarotta wrote: When I am in insert mode and I do: 'a' then backspace, 'a' then backspace, 'a' then backspace, repeatively, the character 'a' is replaced with 'å'. This is happening because you have the 'digraph' option enabled. When this

Weird font issue

2007-12-21 Fir de Conversatie Jeff Lanzarotta
Hello, My version of Vim is the latest and greatest version from version control which includes patches 1-175. This version was compiled using Borland C++ 5.5 under Windows XP. The issue I am having is with the characters 'a' and 'e'... When I am in insert mode and I do: 'a' then backspace,

Re: Patch to allow ctermfg or bg values as #rrggbb

2007-12-21 Fir de Conversatie Matt Wozniski
On Dec 21, 2007 5:18 AM, Nico Weber [EMAIL PROTECTED] wrote: 2) There is no algorithm available to programmatically judge the perceived differences between colors that suits our purposes. We do well with CIE L*a*b*, but not better than the stepping algorithm I proposed first, and in

Re: Weird font issue

2007-12-21 Fir de Conversatie Tony Mechelynck
Jeff Lanzarotta wrote: Hello, My version of Vim is the latest and greatest version from version control which includes patches 1-175. This version was compiled using Borland C++ 5.5 under Windows XP. The issue I am having is with the characters 'a' and 'e'... When I am in insert

Bug? :noh in a function doesn't work

2007-12-21 Fir de Conversatie AOYAMA Shotaro
hi, Using :noh in a user-defined function has no effect. Is this a bug or intended? To reproduce: $ vim -u NONE -N function! Noh() noh endfunction set hlsearch search /foo :call Noh() Now, the hilight doesn't turn off. Regards, -- AOYAMA Shotaro [EMAIL PROTECTED]