Re: TermResponse and colorscheme dilemma

2018-10-01 Fir de Conversatie Gary Johnson
On 2018-10-01, Bram Moolenaar wrote: > Gary Johnson wrote: > > > > > Summary: Vim does not handle well the situation where the color > > > > scheme cannot be set until after the termresponse is received. > > > > I'd like to open a discussion of possible solutions. > > > > > > > > I use a wide

Re: TermResponse and colorscheme dilemma

2018-10-01 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > > > Summary: Vim does not handle well the situation where the color > > > scheme cannot be set until after the termresponse is received. > > > I'd like to open a discussion of possible solutions. > > > > > > I use a wide variety of terminals and X environments to run

Re: TermResponse and colorscheme dilemma

2018-10-01 Fir de Conversatie Gary Johnson
On 2018-09-30, Bram Moolenaar wrote: > Gary Johnson wrote: > > > Summary: Vim does not handle well the situation where the color > > scheme cannot be set until after the termresponse is received. > > I'd like to open a discussion of possible solutions. > > > > I use a wide variety of terminals

Re: Remove function prototypes for static functions

2018-10-01 Fir de Conversatie Bram Moolenaar
Tony wrote: > On Mon, Oct 1, 2018 at 7:17 AM Dominique Pellé > wrote: > > > > Tony Mechelynck wrote: > > > > > Oh, I thought we had (automatically generated) prototypes in > > > src/proto/*.pro for all functions in src/*. > > > > No. The *pro files are not meant to declare static functions, >

Re: Remove function prototypes for static functions

2018-10-01 Fir de Conversatie Tony Mechelynck
On Mon, Oct 1, 2018 at 7:17 AM Dominique Pellé wrote: > > Tony Mechelynck wrote: > > > Oh, I thought we had (automatically generated) prototypes in > > src/proto/*.pro for all functions in src/*. > > No. The *pro files are not meant to declare static functions, > since static functions can only