Re: Issue 369 in vim: Crypt method blowfish corrupts large files in 7.4. Okay in 7.3.

2015-05-27 Fir de Conversatie vim
Comment #1 on issue 369 by vega.ja...@gmail.com: Crypt method blowfish corrupts large files in 7.4. Okay in 7.3. https://code.google.com/p/vim/issues/detail?id=369 It sounds like you're using the installer from vim.org, which is severely outdated. Testing with the latest code in Mercurial

Issue 369 in vim: Crypt method blowfish corrupts large files in 7.4. Okay in 7.3.

2015-05-27 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 369 by stlee...@gmail.com: Crypt method blowfish corrupts large files in 7.4. Okay in 7.3. https://code.google.com/p/vim/issues/detail?id=369 What steps will reproduce the problem? 1. Create a large file (e.g. 2 MB file).

Re: patch to allow locking/unlocking the jump list

2015-05-27 Fir de Conversatie Carlo Baldassi
On Wednesday, May 27, 2015 at 8:00:30 PM UTC+2, Justin M. Keyes wrote: > > I thought about alternative ways to achieve the same effect but I can't see > > any simpler way to keep that guarantee (which is essential in my opinion). > > > This is the major point on which I'd like to have feedback.

Re: patch to allow locking/unlocking the jump list

2015-05-27 Fir de Conversatie Justin M. Keyes
On May 27, 2015 2:28 AM, "Carlo Baldassi" wrote: > > On Tuesday, May 26, 2015 at 3:50:06 AM UTC+2, Justin M. Keyes wrote: > > In your implementation, you could save the './'^/jumplist/changelist > > and then restore it after the script ends. This would allow plugins to > > use marks et. al. as nee