X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Thomas Mueller" Newsgroups: comp.os.msdos.djgpp Subject: Re: vim under DR-DOS 7.03 Date: 9 Jan 2002 18:02:00 GMT Lines: 24 Message-ID: References: <20020107134243 DOT GA837 AT rehor DOT surfbest DOT net> <20020108033109 DOT GA1286 AT rehor DOT surfbest DOT net> NNTP-Posting-Host: dial3-129.bluegrass.net (208.147.34.129) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1010599320 28096837 208.147.34.129 (16 [49635]) X-Mailer: NOS-BOX 2.05 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com from Matej Cepl : > After a little testing and huge conversation with Eli Zaretskii, it was found, that vim has a bug with using NULL pointer. When every mentioning of DPMI in CONFIG.SYS (be aware, that MULTI in EMM386.EXE line means DPMI too) and AUTOEXEC.BAT, replacing NWCACHE by SMARTDRV, and using CPWSDPMI -x -p (all this before calling TASKMGR, of course), makes vim working even in TASKMGR. > I shall immediately write to comp.editors about it. > Thanks, Eli! > Matej Is this NULL pointer bug in vim 6 DOS-only, or does it affect vim in all OSes? vim 6 I have, 32-bit version, seems quite stable as long as I only handle one file at a time. I am not interested in 16-bit version because I need to handle files that don't fit in low DOS memory. Text editors that only handle up to maybe 370 KB are all too easy to come by for DOS. In DR-DOS, unlike MS-DOS, you are not supposed to use HIMEM.SYS at all when you use EMM386.EXE.