Re: New fold column customization options

2013-02-16 Fir de Conversatie Thiago Alves
Hi guys, I finally cracked it down! I'm attaching the full patch now. This contains the two options I worked on, I hope you guys like it. Let me know if you find anything wrong with it! Thanks, On Thursday, February 14, 2013 11:23:13 PM UTC-6, Thiago Alves wrote: > Hi guys, I'm trying to add ne

Re: Valgrind errors when compiled with MzScheme

2013-02-16 Fir de Conversatie Sergey Khorev
I built vim with racket 5.3.2 (with racket 4.2.5 is not possible) using > MinGW on Windows 7, 64-bit and whenever I run, say ':mzscheme 5' a > windows pops up with the message: > > Your command line to build? Works fine with Racket 5.3.3 mingw32-make -f Make_ming.mak GUI=yes CSCOPE=yes MZSCHEME=%

Re: Can't build with racket 4.2 using MinGW anymore

2013-02-16 Fir de Conversatie Sergey Khorev
> I'm using MinGW with gcc-4.6.2, Racket 4.2.5 and > MZSCHEME=c:/plt > MZSCHEME_VER=3m_6ncd1k > DYNAMIC_MZSCHEME=yes > > MZSCHEME_GENERATE_BASE=yes > > and the command line is: > make -f Make_ming.mak > > > Ok, I encounterred another problem with 4.2.5: Vim compiled fine but failed to link with und

Re: compiling failed for vim7.3.531 with latest Racket 5.2 on Windows 7 using MinGW

2013-02-16 Fir de Conversatie Sergey Khorev
If I use MSVC with > MZSCHEME=c:\plt > MZSCHEME_VER=3m_6ncd1k > DYNAMIC_MZSCHEME=yes > > and the command line: > nmake -f Make_mvc.mak > > Building with Precise GC > Make_mvc.mak(774) : fatal error U1050: MzScheme with Precise GC cannot > be loaded dynamically > Stop. > > That's correct: you canno

Re: [patch] [test] test if :mksession saves cursor columns correctly in presence of tab and multibyte characters

2013-02-16 Fir de Conversatie Roland Eggner
Hi Christian, On 2013-02-16 Saturday at 23:42 +0100 Christian Brabandt wrote: > Thanks for your effort and the patch. Can you please attach the patch? I find > it hard to understand what your problem is using copy/paste. Mail header tells you are using mutt? If so, suggestion: • save my previo

Re: Encryption: Vim should use authenticated encryption mode

2013-02-16 Fir de Conversatie Mosh
On Sun, Feb 17, 2013 at 6:55 AM, Ulrik wrote: > On 2013-02-16 18:16, Bram Moolenaar wrote: >> >> Ulrik Sverdrup wrote: >> > The blowfish encryption mode is vulnerable (not to revelation of the > plaintext), but the encryption is not checked for integrity or > authenticity. This means t

Re: Valgrind errors when compiled with MzScheme

2013-02-16 Fir de Conversatie Cesar Romani
I built vim with racket 5.3.2 (with racket 4.2.5 is not possible) using MinGW on Windows 7, 64-bit and whenever I run, say ':mzscheme 5' a windows pops up with the message: ViImproved - A Text Editor has stopped working A problem caused the program to stop working correctly.

Re: Encryption: Vim should use authenticated encryption mode

2013-02-16 Fir de Conversatie Ulrik
On 2013-02-16 18:16, Bram Moolenaar wrote: > > Ulrik Sverdrup wrote: > The blowfish encryption mode is vulnerable (not to revelation of the plaintext), but the encryption is not checked for integrity or authenticity. This means that someone might corrupt the encrypted file (he

Re: Patch 7.3.821

2013-02-16 Fir de Conversatie Ken Takata
Hi Bram, 2013/02/17 Sun 2:16:37 UTC+9 Bram Moolenaar wrote: > Patch 7.3.821 > Problem:Build with OLE and Cygwin is broken. (Steve Hall) > Solution: Select static or shared stdc library. (Ken Takta) > Files:src/Make_cyg.mak > ! EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -lsupc++ -Wl,-B

[PATCH] reset global values of number/relativenumber correctly (Was Patch 7.3.810)

2013-02-16 Fir de Conversatie Markus Heidelberg
Hello, > Patch 7.3.810 > Problem:'relativenumber is reset unexpectedly. (François Ingelrest) > Solution: After an option was reset also reset the global value. Add a test. > (Christian Brabandt) this bug I wanted to fix since a long time. See these problem reports for reference:

Re: [patch] [test] test if :mksession saves cursor columns correctly in presence of tab and multibyte characters

2013-02-16 Fir de Conversatie Christian Brabandt
Hi Roland! Thanks for your effort and the patch. Can you please attach the patch? I find it hard to understand what your problem is using copy/paste. regards, Christian -- Eine freie Seele, wie die seine, kommt in Gefahr, frech zu werden, wenn nicht ein edles Wohlwollen das sittliche Gleichge

Valgrind errors when compiled with MzScheme

2013-02-16 Fir de Conversatie Bram Moolenaar
Sergey - When I run the tests under valgrind, while Vim was built with the MzScheme interface, I get a lot of errors. See below. Some may be false warnings, but it would be nice if we avoid all errors, otherwise we might not spot a real error. ==4273== Memcheck, a memory error detector ==4273

Re: Issue 108 in vim: rst syntax file, completion

2013-02-16 Fir de Conversatie vim
Comment #2 on issue 108 by chrisbr...@googlemail.com: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 BTW, this issue should probably be forwarded to the maintainer of the rst file (which you can find in the top of the syntax file) -- You received this messag

Re: Issue 110 in vim: Test49 is failing for the last two weeks updates

2013-02-16 Fir de Conversatie vim
Comment #5 on issue 110 by chrisbr...@googlemail.com: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 This has been discussed recently on the vim-dev mailinglist. See this thread with a proposed patch: https://groups.google.com/d/msg/vim_d

Re: Using auto-format with LaTeX

2013-02-16 Fir de Conversatie Christian Brabandt
Hi Marcin! On Do, 14 Feb 2013, Marcin Szamotulski wrote: > Thanks (once again) for the patch! > > Here are a few ideas: > > It would be nice to end paragraph line before the match for some > patterns. For example if you have > > lorem ipsum lorem ipsum > lorem ipsum lo

Re: Wrong completion entry selection after backspace

2013-02-16 Fir de Conversatie Christian Brabandt
Hi Olivier! On Fr, 15 Feb 2013, Olivier Teuliere wrote: > Hi, > > There seems to be a small bug in the completion popup behavior. > Here is a simple way to reproduce it (I used vim 7.3-798 on Linux): > > 1) Start vim with "vim -u NONE -c "set nocp" > > 2) Enter the following text: > foobar > f

Re: [bug] with regular expression and SEARCH_START flag

2013-02-16 Fir de Conversatie Christian Brabandt
Hi Bram! On Sa, 16 Feb 2013, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > I think I've found a bug with the regular expression engine: > > > > ~$ vim -u NONE -N > > :$put ='foobar' > > :$put ='' > > :$put ='' > > :/foobar/ > > :call search('foobar', 'c') > > " Note how the cursor

Re: Issue 110 in vim: Test49 is failing for the last two weeks updates

2013-02-16 Fir de Conversatie vim
Comment #4 on issue 110 by vega.ja...@gmail.com: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 This patch fixes the issue for me. Attachments: invalid-curbuf.patch 573 bytes -- You received this message because this project is co

Re: Issue 110 in vim: Test49 is failing for the last two weeks updates

2013-02-16 Fir de Conversatie vim
Comment #3 on issue 110 by altuny...@gmail.com: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 Attached is the valgrind output of test49 in v7-3-799 , error message " Invalid read of size 8" Attachments: valgrind.test49 3.5 KB

Re: Issue 110 in vim: Test49 is failing for the last two weeks updates

2013-02-16 Fir de Conversatie vim
Comment #2 on issue 110 by brammool...@gmail.com: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 I cannot reproduce the problem. Tests pass fine for me. -- You received this message because this project is configured to send all issue no

Re: Issue 110 in vim: Test49 is failing for the last two weeks updates

2013-02-16 Fir de Conversatie vim
Comment #1 on issue 110 by altuny...@gmail.com: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 I've compiled and tested the revisions since v7-3-797 and it seems that v7-3-799 is where the test49 starts failing. all the revisions since the

Issue 110 in vim: Test49 is failing for the last two weeks updates

2013-02-16 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 110 by altuny...@gmail.com: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 What steps will reproduce the problem? 1../configure --enable-luainterp --enable-pythoninterp --

Re: Encryption: Vim should use authenticated encryption mode

2013-02-16 Fir de Conversatie Bram Moolenaar
Ulrik Sverdrup wrote: > >> The blowfish encryption mode is vulnerable (not to revelation of the > >> plaintext), but the encryption is not checked for integrity or > >> authenticity. This means that someone might corrupt the encrypted file > >> (hexedit or similar), and vim will decrypt it withou

Patch 7.3.821

2013-02-16 Fir de Conversatie Bram Moolenaar
Patch 7.3.821 Problem:Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta) Files: src/Make_cyg.mak *** ../vim-7.3.820/src/Make_cyg.mak 2013-02-13 17:06:06.0 +0100 --- src/Make_cyg.mak2013-02-16 18:09:49.0

Re: Patch 7.3.820

2013-02-16 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > Hi Steve, > > 2013/02/16 Sat 5:45:48 UTC+9 Steve Hall wrote: > > > > > > > Do you enable OLE? Sorry, I didn't care about that. > > > Please try attached patch with an option STATIC_STDCPLUS=yes. > > > > > > $ make -f Make_cyg.mak STATIC_STDCPLUS=yes > > > > > > This optio

Re: [bug] with regular expression and SEARCH_START flag

2013-02-16 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > I think I've found a bug with the regular expression engine: > > ~$ vim -u NONE -N > :$put ='foobar' > :$put ='' > :$put ='' > :/foobar/ > :call search('foobar', 'c') > " Note how the cursor /does not/ move > :+ > :call search('^$', 'c') > " Note, that the cursor /mov

Re: Encryption: Vim should use authenticated encryption mode

2013-02-16 Fir de Conversatie Mosh
1. It is working correctly as designed, see the specs on how encryption works: http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation and note the details on single bit corruption and its effect on blocks, and error propagation across blocks. 2. >> This attack allows someone

[bug] with regular expression and SEARCH_START flag

2013-02-16 Fir de Conversatie Christian Brabandt
Bram, I think I've found a bug with the regular expression engine: ~$ vim -u NONE -N :$put ='foobar' :$put ='' :$put ='' :/foobar/ :call search('foobar', 'c') " Note how the cursor /does not/ move :+ :call search('^$', 'c') " Note, that the cursor /moves/ one line down, although the 'c' flag is "

Issue 109 in vim: src/Make_mvc.mak fails for quoted values of SDK_INCLUDE_DIR

2013-02-16 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 109 by bland...@gmail.com: src/Make_mvc.mak fails for quoted values of SDK_INCLUDE_DIR http://code.google.com/p/vim/issues/detail?id=109 using msvs 2012 express for desktop nmake version 11.00.51106.1 while following the i