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
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
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
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
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
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)
>
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.
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
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
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
10 matches
Mail list logo