Re: Regression: v_b_A inserts at start or middle of selection instead of end after 7.4.576

2015-05-29 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28-May-2015 21:14, Christian Brabandt wrote: Hi Ingo! On Di, 26 Mai 2015, Ingo Karkat wrote: On 24-May-2015 13:15, Christian Brabandt wrote: On Mo, 18 Mai 2015, Ingo Karkat wrote: Hello Vim developers, appending to the end of a visual

Re: runtime: zsh syntax: include Zsh options

2015-05-29 Fir de Conversatie Christian Brabandt
Nikolai Weibull schrieb am Freitag, den 29. Mai 2015: Konstantinos Pachnis konstanti...@bugeffect.com had a patch a while back and was offered the position. He never responded, however, so you’re free to take over. Anybody still has that patch? Best, Christian -- Wie sagt man nach der

Re: runtime: zsh syntax: include Zsh options

2015-05-29 Fir de Conversatie Jürgen Krämer
Hi, Christian Brabandt schrieb am 29.05.2015 um 10:24: Nikolai Weibull schrieb am Freitag, den 29. Mai 2015: Konstantinos Pachnis konstanti...@bugeffect.com had a patch a while back and was offered the position. He never responded, however, so you’re free to take over. Anybody still

Supporting multiple shells in system()?

2015-05-29 Fir de Conversatie Andy Russell
While writing my own plugins, I wish to support users who have fish or cmd.exe set as their shell. However, this often leads to a tedious pattern of: if fnamemodify(shell, ':t') ==# 'fish' Fish syntax let cmd = ... else if has('win32) || has('win64') cmd.exe syntax let cmd =

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

2015-05-29 Fir de Conversatie vim
Comment #8 on issue 369 by dominiqu...@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 I can reproduce the valgrind errors reported in my previous comment using the following minimalistic 2-lines ~/.vimrc: $ cat