RE: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-16 Fir de Conversatie Vince Negri
From: Bram Moolenaar [mailto:b...@moolenaar.net] I think it's time to look into a more generic solution. Can we store the old line number in the main loop, and only update there? Search for last_cursormoved, that should give some hints. Note that updates won't happen on typeahead. Is that

RE: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-15 Fir de Conversatie Vince Negri
From: Dominique Pellé [mailto:dominique.pe...@gmail.com] Thinking about it further, this second attached patch also fixes the fold column redraw bug with less redraws than patch in previous email. However, unlike previous patch, it does not fix the redraw glitches with moving commands ) ]]

Re: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-15 Fir de Conversatie Matt Wozniski
On Tue, Jun 15, 2010 at 9:08 AM, Vince Negri wrote: From: Dominique Pellé [mailto:dominique.pe...@gmail.com] Thinking about it further, this second attached patch also fixes the fold column redraw bug with less redraws than patch in previous email. However, unlike previous patch, it does

Re: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-15 Fir de Conversatie Dominique Pellé
Vince Negri wrote: From: Dominique Pellé [mailto:dominique.pe...@gmail.com] Thinking about it further, this second attached patch also fixes the fold column redraw bug with less redraws than patch in previous email. However, unlike previous patch, it does not fix the redraw glitches with

Re: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-15 Fir de Conversatie Bram Moolenaar
Dominique Pellé wrote: Vince Negri wrote: From: Dominique Pellé [mailto:dominique.pe...@gmail.com] Thinking about it further, this second attached patch also fixes the fold column redraw bug with less redraws than patch in previous email. However, unlike previous patch, it does

RE: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-14 Fir de Conversatie Vince Negri
From: Bram Moolenaar [mailto:b...@moolenaar.net] Thanks. Perhaps Vince knows how to fix this more efficiently? I'll have a look at the patch and see if there is a simpler way. Vince -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you

[patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-10 Fir de Conversatie Dominique Pellé
Hi I notice a bug with conceal feature: the content of the fold column is not displayed correctly when using 'conceallevel' with a value = 1. Steps to reproduce: 1) Enter this command: $ yes foo | head -10 | \ vim --noplugin -u NONE \ -c 'set foldcolumn=4 conceallevel=1' \ -c

Re: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-10 Fir de Conversatie Dominique Pellé
Dominique Pellé wrote: Hi I notice a bug with conceal feature: the content of the fold column is not displayed correctly when using 'conceallevel' with a value = 1. Steps to reproduce: 1) Enter this command: $ yes foo | head -10 | \  vim --noplugin -u NONE \      -c 'set foldcolumn=4

Re: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-10 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Hi I notice a bug with conceal feature: the content of the fold column is not displayed correctly when using 'conceallevel' with a value = 1. Steps to reproduce: 1) Enter this command: $ yes foo | head -10 | \ vim --noplugin -u NONE \ -c 'set