Gerald, Thank you so much for the help! -----Original Message----- From: Gerald Lai [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 1:11 PM To: Sanjaya Cc: vim@vim.org Subject: Re: Split not visible in putty
On Fri, 19 May 2006, Sanjaya wrote: > I searched the vim mailing list archive at > http://marc.theaimsgroup.com/ regarding the problems I am having but couldn't find any related threads. This thread has a mention of your problem: http://www.webservertalk.com/archive295-2005-2-906323.html I got this by entering these keywords in Google: vim tiny "no split" > I want to edit a multiple files in vim (through putty but not tried on > the > display..) but when I do :split two.c the window isn't split and I can > still see the split command ... [snip] > Tiny version without GUI. Features included (+) or not (-): [snip] > +wildignore -wildmenu -windows +writebackup -X11 -xfontset -xim -xsmp [snip] You're out of luck. The tiny version is compiled with no multiple windows support (-windows). You cannot do :split. See ":help feature-list" and search for /^windows. HTH. -- Gerald