From: "M. Edward (Ed) Borasky" Date: 2006-08-03T23:57:43+09:00 Subject: Re: Refactoring IDE for Ruby ? Logan Capaldo wrote: > > On Aug 3, 2006, at 10:32 AM, M. Edward (Ed) Borasky wrote: > >> Mat Schaffer wrote: >>> >>> RadRails also (by virtue of Eclipse) has really amazing version >>> control. And there's even a (commercial) plugin that makes the >>> editor operate a lot like vim :) >> Speaking of vim ... vim 7.0 introduced a "feature" where something, >> presumably of interest to someone, is displayed in the leftmost two >> columns by default. I haven't been able to figure out what it's >> called or how to turn it off. It's really annoying to me ... a >> combination of not knowing what it is or how to turn it off, losing >> two columns of terminal width, and having it propagate when I do a >> copy and paste into an email. Does anyone on this list know how to >> get rid of it? >> >> >> > > I'm running vim 7, I do not see this extra information in the leftmost > two columns. What do you see there? '>def my-first-ruby-program puts "What's that junk in the left two columns?" 0>end ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ "ruby-test.rb" [converted] 3L, 81C 3,1 All