From: Nikolai Weibull Date: 2005-10-11T23:26:28+09:00 Subject: Re: [ANN] Vim/Ruby Configuration Files, 2005.10.05 Hugh Sasse wrote: > Damn! This problem is just too close to the wire with 6.4 imminent. > I'm getting > > brains hgs 20 %> cat !$ > cat short_heredoc.rb > class Example > def initialize > print < "Hi there" > EOF > end > end > > brains hgs 21 %> > indented like: > brains hgs 21 %> !v > vim short_heredoc.rb > brains hgs 22 %> cat !$ > cat short_heredoc.rb > class Example > def initialize > print < "Hi there" > EOF > end > end Huh? The indentation doesn’t indent multiline strings, so if you have print <