> -----Original Message----- > From: Tobias Reif [mailto:tobiasreif / pinkjuice.com] > Sent: Thursday, April 04, 2002 12:03 PM > To: ruby-talk ML > Subject: [OT] Re: TextPad replacement for Linux? > Importance: High > > > james / rubyxml.com wrote: > > > > I went for Vi/Vim. > > > OK. Fired it up: > > -------------------------------------------------- > ~ WARNING: Windows 95/98/ME detected > ~ type :help windows95<Enter> for info on this > -------------------------------------------------- > > did this, but got > > -------------------------------------------------- > E433: No tags file > E149: Sorry, no help for windows95 > Hit ENTER or type command to continue > -------------------------------------------------- > > ... not a good start :( > > Was 6.0; is 6.1 worth a try? > > Tobi I think you should be ok so long as you run gvim (the GUI version), which might be better anyways since you get mouse support and all that. I found this on the vim.org site (http://www.vim.org/doc/os_win32.txt): 1. Known problems *windows95* *win32-problems* There are a few known problems with running in a console on Windows 95. As far as we know, this is the same in Windows 98 and Windows ME. Comments from somebody working at Microsoft: "Win95 console support has always been and will always be flaky". 1. Dead key support doesn't work. 2. Resizing the window with ":set columns=nn lines=nn" works, but executing external commands MAY CAUSE THE SYSTEM TO HANG OR CRASH. 3. Screen updating is slow, unless you change 'columns' or 'lines' to a non-DOS value. But then the second problem applies! If this bothers you, use the 32 bit MS-DOS version or the Win32 GUI version. When doing file name completion, Vim also finds matches for the short file name. But Vim will still find and use the corresponding long file name. For example, if you have the long file name "this_is_a_test" with the short file name "this_i~1", the command ":e *1" will start editing "this_is_a_test".