Re: Crash with strftime()

2007-05-23 Thread Anatoli Sakhnik
I've forgotten. The version of mine is 7.1. -- Anatoli Sakhnik. On 23/05/07, Andy Wokula <[EMAIL PROTECTED]> wrote: Also no crash with the original GVim 7.0 Win32 distribution (returns empty string). -- Regards, Andy

Re: Crash with strftime()

2007-05-23 Thread Anatoli Sakhnik
crash from a debugger. -- Anatoli Sakhnik. On 23/05/07, Andy Wokula <[EMAIL PROTECTED]> wrote: Not nice: :echo strftime("%e") " %e - some undefined code I used by accident makes Vim crash. (GVim 7.0.235, Win32) -- Regards, Andy

Re: $VIMRUNTIME problem

2007-05-08 Thread Anatoli Sakhnik
n and running at all. Probably, I'll look at the problem with compilation under windows the day after tomorrow if the problem won't have been solved by that time (I have no possibility just at the moment at all). -- Anatoli Sakhnik. On 08/05/07, A.J.Mechelynck <[EMAIL PROTECTED]> wr

$VIMRUNTIME problem

2007-05-08 Thread Anatoli Sakhnik
pile the gui version with errors: gui_w32.c:236: error: redefinition of `struct tagNMTTDISPINFOA' gui_w32.c:246: error: redefinition of `struct tagNMTTDISPINFOW'. Please note, that I downloaded only unix and extra packages. Sorry, I don't have enough time to dig these problems. -- Anatoli Sakhnik.

Re: Minor bug: Crash of the win32 gui version under network start

2006-06-20 Thread Anatoli Sakhnik
I guess you have reason, because the vim compiled by vc-7.1 works just fine without any trouble. Anyway, I have neither possibility nor time to dig into the problem. -- Anatoli Sakhnik On 16/06/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Strange. I didn't see any replies and I a

Minor bug: Crash of the win32 gui version under network start

2006-06-06 Thread Anatoli Sakhnik
e code was: regexp.c:4198. Just before the trap the debugger complained that someone wrote data after allocated heap block (the address corresponds to the variable 'cond'). Should I pay more attention on this bug to provide more info? -- Anatoli Sakhnik. P.S.: The version without gui works just fine.