Re: 8.0.1039 broke setline()

2017-09-04 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Mo, 04 Sep 2017, Manuel Ortega wrote: > > > 8.0.1039 broke setline().  I know this by bisection.  To reproduce: > > > > Make a file, testvimrc, that contains one line: "source foo". > > > > Create the fil

Re: 8.0.1039 broke setline()

2017-09-04 Fir de Conversatie Manuel Ortega
On Mon, Sep 4, 2017 at 3:01 AM, Christian Brabandt wrote: > > On Mo, 04 Sep 2017, Manuel Ortega wrote: > > > 8.0.1039 broke setline(). I know this by bisection. To reproduce: > > > > Make a file, testvimrc, that contains one line: "source foo". > > &g

Re: 8.0.1039 broke setline()

2017-09-04 Fir de Conversatie Manuel Ortega
On Monday, September 4, 2017 at 3:01:53 AM UTC-4, Christian Brabandt wrote: > On Mo, 04 Sep 2017, Manuel Ortega wrote: > > > 8.0.1039 broke setline().  I know this by bisection.  To reproduce: > > > > Make a file, testvimrc, that contains one line: "source foo&qu

Re: 8.0.1039 broke setline()

2017-09-04 Fir de Conversatie Christian Brabandt
On Mo, 04 Sep 2017, Manuel Ortega wrote: > 8.0.1039 broke setline().  I know this by bisection.  To reproduce: > > Make a file, testvimrc, that contains one line: "source foo". > > Create the file "foo", and let it contain only the following: > >   ca

8.0.1039 broke setline()

2017-09-03 Fir de Conversatie Manuel Ortega
8.0.1039 broke setline(). I know this by bisection. To reproduce: Make a file, testvimrc, that contains one line: "source foo". Create the file "foo", and let it contain only the following: call setline(1, "Hello There") To show the bug, do: vim -u testvimrc