Vertical split issue

2008-04-16 Fir de Conversatie Zdenek Sekera
No problem when I try 'vim -O a b' this puts both files side by side as it should. I was surprised to see 'vim -O a a' (note the same file) it doesn't put them in a split window. Is this expected? On the other hand vim a :vsp a (inside vim) will put correctly the same file 'a' side by side.

Re: vim sources

2008-04-16 Fir de Conversatie Aram Antonyan
Thanks Vlad :) On Wed, Apr 16, 2008 at 2:47 PM, Vladimir Marek [EMAIL PROTECTED] wrote: Hi, I'm new in this list, and new to vim sources. I have several questions. Can you please explain me or give me some link with explanation about 1. Is there any documentation which explains .vim

Re: vim sources

2008-04-16 Fir de Conversatie Vladimir Marek
Hi, I'm new in this list, and new to vim sources. I have several questions. Can you please explain me or give me some link with explanation about 1. Is there any documentation which explains .vim files and theirs context? If you ask about vim scripting language, try ':help

Re: Updated floating point patch

2008-04-16 Fir de Conversatie Ben Schmidt
OTOH, with there is no ambiguity because the various uses of are strictly separated: Actually, there still is ambiguity unless one requires a decimal point or exponent. Without that restriction 123.456 could still mean 123 (or 123.0) concatenated with 456. But with the restriction 123

Re: Patch to try out: floating point

2008-04-16 Fir de Conversatie Ben Schmidt
Tony Mechelynck wrote: On 09/04/08 17:30, Bram Moolenaar wrote: Tony Mechelynck wrote: [...] Oh, oh.. it had started working (and1.0e256 multiplied by itself gives inf, which is correct), but :echo1.0e308 crashes gvim (on Linux i686) with SIGSEGV. Easy to reproduce. Turns out that this

Re: Updated floating point patch

2008-04-16 Fir de Conversatie Ben Schmidt
Charles E Campbell Jr wrote: Ben Schmidt wrote: Ben Schmidt wrote: OTOH, with there is no ambiguity because the various uses of are strictly separated: Actually, there still is ambiguity unless one requires a decimal point or exponent. Without that restriction 123.456

Re: Updated floating point patch

2008-04-16 Fir de Conversatie Charles E Campbell Jr
Ben Schmidt wrote: Charles E Campbell Jr wrote: Ben Schmidt wrote: Ben Schmidt wrote: OTOH, with there is no ambiguity because the various uses of are strictly separated: Actually, there still is ambiguity unless one requires a decimal point or

Re: Bug? Cannot use 'wildmenu' up-down arrows with :cd :lcd

2008-04-16 Fir de Conversatie Erik Falor
On 4/16/08, Erik Falor [EMAIL PROTECTED] wrote: On 4/16/08, Erik Falor [EMAIL PROTECTED] wrote: On Wed, Apr 16, 2008 at 12:22 PM, Erik Falor [EMAIL PROTECTED] wrote: On 4/13/08, Tony Mechelynck [EMAIL PROTECTED] wrote: On 13/04/08 15:10, Andy Wokula wrote: Tony

Re: Vertical split issue

2008-04-16 Fir de Conversatie Erik Falor
On 4/16/08, Zdenek Sekera [EMAIL PROTECTED] wrote: No problem when I try 'vim -O a b' this puts both files side by side as it should. I was surprised to see 'vim -O a a' (note the same file) it doesn't put them in a split window. Is this expected? On the other hand vim a :vsp a (inside