On Sat, Sep 14, 2019 at 10:51 PM Bram Moolenaar <
Br...@moolenaar.net> wrote:
>
>
> Tony wrote:
>
> > Build error in screen.c in Tiny and Small after applying patches
> > 8.1.2028 to 8.1.2031. No change after 8.1.2032.
> >
> > screen.c: In function ‘win_line’:
> > screen.c:5386:10: error: ‘line_attr’ undeclared (first use in this
> > function); did you mean ‘win_attr’?
> > if (line_attr)
> > ^~~~~~~~~
> > win_attr
> > screen.c:5386:10: note: each undeclared identifier is reported only
> > once for each function it appears in
> > make: *** [Makefile:3336: objects/screen.o] Error 1
> > exit status 2
>
> Travis was not picking up builds, so it took a while before I noticed.
> Fixed with 8.1.2033.