Re: Patch 7.3.799

2013-02-15 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Hi Bram! > > On Do, 14 Feb 2013, Bram Moolenaar wrote: > > > I think we should actually move the code to get the old value of > > 'textwidth' to the caller of enter_buffer(). It might be that there are > > only one or two places where this is relevant. > > Here is

Re: Patch 7.3.799

2013-02-15 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 14 Feb 2013, Bram Moolenaar wrote: > I think we should actually move the code to get the old value of > 'textwidth' to the caller of enter_buffer(). It might be that there are > only one or two places where this is relevant. Here is a patch > Perhaps it can be combined with so

Re: Patch 7.3.799

2013-02-14 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Hi Bram! > > On Do, 14 Feb 2013, Bram Moolenaar wrote: > > > Any idea why it crashes for you and not for me? > > Perhaps should run under valgrind. > > No and it doesn't segfault, if I only let test87 run. Problem is, > close_buffer() might close curbuf and curbuf

Re: Patch 7.3.799

2013-02-14 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 14 Feb 2013, Bram Moolenaar wrote: > Any idea why it crashes for you and not for me? > Perhaps should run under valgrind. No and it doesn't segfault, if I only let test87 run. Problem is, close_buffer() might close curbuf and curbuf can get freed(). Of course then you can't acc

Re: Patch 7.3.799

2013-02-14 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Hi Bram! > > On Mi, 06 Feb 2013, Bram Moolenaar wrote: > > > > > Patch 7.3.799 > > Problem:The color column is not correct when entering a buffer. (Ben > > Fritz) > > Solution: Call check_colorc

Re: Patch 7.3.799

2013-02-13 Fir de Conversatie Christian Brabandt
Hi Bram! On Mi, 06 Feb 2013, Bram Moolenaar wrote: > > Patch 7.3.799 > Problem:The color column is not correct when entering a buffer. (Ben > Fritz) > Solution: Call check_colorcolumn() if 'textwidth' changed. (Christian > Brabandt) >

Re: Patch 7.3.799: Warning in tiny build (but not in huge build)

2013-02-06 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > On 06/02/13 12:15, Bram Moolenaar wrote: > > > > Patch 7.3.799 > > Problem:The color column is not correct when entering a buffer. (Ben > > Fritz) > > Solution: Call check_colorcolumn() if 'textwidth' changed.

Re: Patch 7.3.799: Warning in tiny build (but not in huge build)

2013-02-06 Fir de Conversatie Tony Mechelynck
On 06/02/13 12:15, Bram Moolenaar wrote: Patch 7.3.799 Problem:The color column is not correct when entering a buffer. (Ben Fritz) Solution: Call check_colorcolumn() if 'textwidth' changed. (Christian Brabandt) Files: src/buffer.c [...] I get the

Re: Patch 7.3.799

2013-02-06 Fir de Conversatie Ben Fritz
On Wednesday, February 6, 2013 5:15:41 AM UTC-6, Bram Moolenaar wrote: > Patch 7.3.799 > > Problem:The color column is not correct when entering a buffer. (Ben > > Fritz) > > Solution: Call check_colorcolumn() if 'textwidth' changed. (Ch

Patch 7.3.799

2013-02-06 Fir de Conversatie Bram Moolenaar
Patch 7.3.799 Problem:The color column is not correct when entering a buffer. (Ben Fritz) Solution: Call check_colorcolumn() if 'textwidth' changed. (Christian Brabandt) Files: src/buffer.c *** ../vim-7.3.798/src/buffer.c 2012-11-20 12:16:54.0