From: David C. <cl...@au...> - 2004-11-29 19:30:49
|
vim is split into different packages depending on whether you want the graphical version or not. You can get gvim in the "vim-X11" package. $ rpm -qa |grep vim vim-enhanced-6.0.147-5 vim-minimal-6.0.147-5 vim-X11-6.0.147-5 vim-common-6.0.147-5 vim-enhanced contains the "Huge version, without GUI" ("vim"). vim-minimal contains the "Tiny version without GUI." ("vi"). vim-X11 contains the "Huge version with GTK GUI." ("gvim"). vim-common has common files required for all of the above packages, and must be installed as a requirement for any of the other three. On Fri, Nov 26, 2004 at 02:39:16AM -0800, Kiran N. Mehta wrote: > --- Philip K Warren <pk...@us...> wrote: > > Please try downloading vim 6.0.147-5, which was just updated the > > other day to include a fix for this issue. > > Thanks Philip, this worked! However, I don't see gvim in this > bundle and vim --version says it's a "Huge Version, without GUI." > Is any release schedule about the GUI version known? Thanks. > > Regards, > Kiran > > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |