On 2012-06-08 08:36:36, Ben Fritz wrote:
>
> On Friday, June 8, 2012 9:21:26 AM UTC-5, Eric Van Dewoestine wrote:
> >
> >
> > Seems like a good change, but I think the default foldtext makes the
> > call tree look pretty crappy so I set[1] that as well.
> >
> > Thanks for the patch!
> >
> > [1]
> >
https://github.com/ervandew/eclim/commit/7bee9d32b8ef5052bb46a0016359dd7061f09ae1
> >
> > --
> > eric
> >
>
>
> You're welcome! I put a couple notes on the commit on github, but I'm not
> sure whether you will see them.
I replied on github as well.
> 1. "set ft=c" just above the patch should probably use setlocal
The 'filetype' option is buffer local, so 'set' has the same affect as
'setlocal'.
> 2. should add 1 to the line calculation so it shows the correct number of
> folded lines
Done! Thanks for catching that.
--
eric