"Aric Stewart" <[EMAIL PROTECTED]> wrote: > +static inline INT calculate_vlc(EDITSTATE *es) > +{ > + INT vlc = (es->format_rect.bottom - es->format_rect.top) / es->line_height; > + return max(1,vlc); > +}
The formatting of the above hunk is broken, you will notice that once you set tab size in your editor to native 8. -- Dmitry.