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

2015-05-28 Fir de Conversatie vim
Comment #6 on issue 369 by fritzoph...@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 Did you try disabling swap files? -- You received this message because this project is configured to send all issue

Re: Visual Studio 12.0 win32.mak not found

2015-05-28 Fir de Conversatie Andrei Olsen
On Thursday, May 28, 2015 at 9:35:49 PM UTC+2, David Fishburn wrote: New machine, a newer installation of VS. C:\Program Files\Mercurial\hg.exe pull pulling from https://vim.googlecode.com/hg/ searching for changes no changes found C:\Program Files (x86)\Microsoft

Re: Wrong dollar sign red color highlighting in shell scripts

2015-05-28 Fir de Conversatie Charles Campbell
Yuri wrote: On 03/21/2015 02:08, John Little wrote: Indeed, that's ksh syntax; with ash it accepts it but includes an extra $ character. The correct syntax with my ash is CR='\r' NL='\n' In this case flagging the $ as an error is useful, with my ash at least. In BSD Almquist shell,

Re: Wrong dollar sign red color highlighting in shell scripts

2015-05-28 Fir de Conversatie Yuri
On 05/28/2015 13:27, Charles Campbell wrote: and don't see $'...' supported by posix. I saw in looking through your link that there was $..., too. So, yes, its easy to get syntax/sh.vim's posix mode to support that extra syntax, but its not posix shell syntax, so I don't think it should be

Re: kconfig.vim: support for matchit

2015-05-28 Fir de Conversatie Christian Brabandt
Hi petr.vorel! On So, 24 Mai 2015, petr.vo...@gmail.com wrote: Nikolai wrote me, that he's orphaned Kconfig plugin. I've just posted it in the list so that someone from community can adopt it. If no one volunteers, I could take over. Best, Christian -- Ich hätte für Frankreich sterben

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

2015-05-28 Fir de Conversatie Christian Brabandt
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 blockwise selection can be done with the A command. I just noticed that this doesn't work

Re: Issue 361 in vim: vimgrep over arglist doesn't work on Windows

2015-05-28 Fir de Conversatie vim
Updates: Labels: patch Comment #4 on issue 361 by chrisbr...@googlemail.com: vimgrep over arglist doesn't work on Windows https://code.google.com/p/vim/issues/detail?id=361 (No comment was entered for this change.) -- You received this message because this project is configured to

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

2015-05-28 Fir de Conversatie vim
Comment #5 on 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 I downloaded and installed gvim-7-4-711.exe and while the problem doesn't happen exactly as I state now, the corruption is

Re: [vim] Recognize RTEXT in addition to LTEXT and CTEXT in .rc syntax. (#360)

2015-05-28 Fir de Conversatie Christian Brabandt
Hi Bram! On So, 24 Mai 2015, Bram Moolenaar wrote: For some reason only `LTEXT` and `CTEXT` were recognized as controls, but `RTEXT` was not. Add it too for consistency. You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/360 --

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

2015-05-28 Fir de Conversatie vim
Comment #2 on issue 369 by benjamin...@rockwellcollins.com: Crypt method blowfish corrupts large files in 7.4. Okay in 7.3. https://code.google.com/p/vim/issues/detail?id=369 Actually we've seen problems encrypting large files at least as late as 7.4.608:

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

2015-05-28 Fir de Conversatie vim
Comment #3 on issue 369 by benjamin...@rockwellcollins.com: Crypt method blowfish corrupts large files in 7.4. Okay in 7.3. https://code.google.com/p/vim/issues/detail?id=369 Actually we've seen problems encrypting large files at least as late as 7.4.608:

Visual Studio 12.0 win32.mak not found

2015-05-28 Fir de Conversatie David Fishburn
New machine, a newer installation of VS. C:\Program Files\Mercurial\hg.exe pull pulling from https://vim.googlecode.com/hg/ searching for changes no changes found C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\vsvars32.bat nmake -f Make_mvc.mak debug=no gui=yes

Re: runtime: zsh syntax: include Zsh options

2015-05-28 Fir de Conversatie Christian Brabandt
Nikolai, Nikolai Weibull schrieb am Freitag, den 15. Mai 2015: Hi! I’m pretty sure I’m not the maintainer anymore, but I don’t remember who took over and I can’t access the repository. If I am, in fact, still listed as maintainer, please consider taking over the maintainership. Have you

Re: Visual Studio 12.0 win32.mak not found

2015-05-28 Fir de Conversatie David Fishburn
... set INCLUDE=%INCLUDE%;c:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include or just copy the file over to c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include Perfect thanks Andrei. I will add the INCLUDE to my .cmd file which I use to build it. David -- -- You

Re: Patch: Fix an incorrect comment in peekchr()

2015-05-28 Fir de Conversatie Bram Moolenaar
Thomson Tan wrote: Hi, Seems there is an incorrect comment in peekchr(). ^ and \$ are magic only after \V (very no-magic mode), not \v (very magic mode). See the patch below. Thanks. Thanks, I'll include the change (will get into some patch in the future). -- hundred-and-one symptoms of

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

2015-05-28 Fir de Conversatie vim
Comment #7 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 Using valgrind, I can see problems using Vim-7.4.729 on Linux x86_64. When doing: $ valgrind --log-file=vg.log

Re: runtime: zsh syntax: include Zsh options

2015-05-28 Fir de Conversatie Charles Campbell
Nikolai Weibull wrote: On Sun, May 10, 2015 at 6:47 PM, Daniel Hahler google-groups+2...@thequod.de wrote: I think it would be great if the Zsh options would be in the zsh syntax file, which would also allow for them to be used through syntaxcomplete#Complete. I am attaching a patch for