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

2015-06-03 Fir de Conversatie vim
Comment #9 on issue 369 by chrisbr...@googlemail.com: Crypt method blowfish corrupts large files in 7.4. Okay in 7.3. https://code.google.com/p/vim/issues/detail?id=369 I think, I found the problem. We are setting the key and the cryptmethod. When writing the buffer, Vim gets each line

Re: v_p split line at unexpected place when replacing last character with line register.

2015-06-03 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: v_p split line at unexpected place when replacing last character with line register. Steps to reproduce: $ vim -u NONE iaaa bbb cccEscggYj$vp Result: 1 aaa 2 b 3 aaa 4 b 5 ccc Expected: 1 aaa 2 bb 3 aaa 4 5 ccc

Add option to disable SpecialKey highlighting from CursorLine

2015-06-03 Fir de Conversatie kamrua
This is based on my stackoverflow problem. I use set list lcs=tab:\❘\to display tab indenting, and subtly set the color to be slightly lighter than my background. However, CursorLine seems to highlight these in white, which is unwanted. An example can be found in the attachment. I want

Re: Documentation on space

2015-06-03 Fir de Conversatie Christian Brabandt
Hi Tim! On Di, 02 Jun 2015, Tim Chase wrote: Just noticed this evening that the documentation for :help space doesn't distinguish between l, right, and space. However, at the end of a line (if 'nocp' is set) space will proceed to the first character on the subsequent line while l and