Re: E315 errors in Vim 74a (folding, Python, buffers)

2013-10-17 Fir de Conversatie Vlad Irnov
On 10/16/13, mirek...@hotmail.com mirek...@hotmail.com wrote: On Friday, 26 July 2013 06:23:18 UTC+1, Vlad Irnov wrote: On 7/23/13, Bram Moolenaar b...@moolenaar.net wrote: Vlad Irnov wrote: I confirm that this issue has been fixed by Patch 7.4a.027 and subseqent, but only

Re: E315 errors in Vim 74a (folding, Python, buffers)

2013-10-16 Fir de Conversatie mirek186
On Friday, 26 July 2013 06:23:18 UTC+1, Vlad Irnov wrote: On 7/23/13, Bram Moolenaar b...@moolenaar.net wrote: Vlad Irnov wrote: I confirm that this issue has been fixed by Patch 7.4a.027 and subseqent, but only partially. The same errors can occur when Python deletes

Re: E315 errors in Vim 74a (folding, Python, buffers)

2013-07-25 Fir de Conversatie Vlad Irnov
On 7/23/13, Bram Moolenaar b...@moolenaar.net wrote: Vlad Irnov wrote: I confirm that this issue has been fixed by Patch 7.4a.027 and subseqent, but only partially. The same errors can occur when Python deletes lines in another buffer. The following tests show how to reproduce (also

Re: E315 errors in Vim 74a (folding, Python, buffers)

2013-07-23 Fir de Conversatie Vlad Irnov
I confirm that this issue has been fixed by Patch 7.4a.027 and subseqent, but only partially. The same errors can occur when Python deletes lines in another buffer. The following tests show how to reproduce (also attached). Tested with Vim 7.4a BETA, patches 1-39, compiled with MinGW, Windows 8.

Re: E315 errors in Vim 74a (folding, Python, buffers)

2013-07-23 Fir de Conversatie Bram Moolenaar
Vlad Irnov wrote: I confirm that this issue has been fixed by Patch 7.4a.027 and subseqent, but only partially. The same errors can occur when Python deletes lines in another buffer. The following tests show how to reproduce (also attached). Tested with Vim 7.4a BETA, patches 1-39, compiled

Re: E315 errors in Vim 74a (folding, Python, buffers)

2013-07-10 Fir de Conversatie Bram Moolenaar
Vlad Irnov wrote: I get E315 errors in Vim 7.4a, but not in Vim 7.3.829 and earlier. In a nutshell, when a buffer in another window is modified via Python buffer object, folds in the current buffer get messed up, jumping to the last line results in multiple E315. The script below shows

E315 errors in Vim 74a (folding, Python, buffers)

2013-07-09 Fir de Conversatie Vlad Irnov
I get E315 errors in Vim 7.4a, but not in Vim 7.3.829 and earlier. In a nutshell, when a buffer in another window is modified via Python buffer object, folds in the current buffer get messed up, jumping to the last line results in multiple E315. The script below shows how to reproduce (also