Parenthesis match highlighting isn't updated when only the match is moved with =

2013-02-09 Fir de Conversatie Marc Aldorasi
Steps to reproduce: 0. Have the matchparen plugin enabled. 1. Create a file with the following 3 lines: { { } 2. Move to the second line, and indent it with "==" 2.5 Notice that the brace on the third line is highlighted. 3. Type "=j" to indent the third line. What I expected: The highlight

Re: [PATCH] Update doc: No :normal cursor movement in indentexpr

2013-02-09 Fir de Conversatie Bram Moolenaar
Sung Pae wrote: > On Sat, Feb 09, 2013 at 02:10:36PM +0100, Bram Moolenaar wrote: > > > I rather fix the problem than updating the documentation. > > Sounds great; I mispredicted your response. > > > You say you read the source code, can you pinpoint why the cursor is > > not restored when usi

Re: [PATCH] Update doc: No :normal cursor movement in indentexpr

2013-02-09 Fir de Conversatie Sung Pae
On Sat, Feb 09, 2013 at 02:10:36PM +0100, Bram Moolenaar wrote: > I rather fix the problem than updating the documentation. Sounds great; I mispredicted your response. > You say you read the source code, can you pinpoint why the cursor is > not restored when using :normal? :normal commands upda

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

2013-02-09 Fir de Conversatie Cesar Romani
If I use MSVC with MZSCHEME=c:\plt MZSCHEME_VER=3m_6ncd1k DYNAMIC_MZSCHEME=yes and the command line: nmake -f Make_mvc.mak I get: Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved. Tcl requested (version 85) - root dir is

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

2013-02-09 Fir de Conversatie Cesar Romani
On 08/02/2013 10:41 p.m., Sergey Khorev wrote: > > On Sat, Feb 9, 2013 at 12:36 AM, Cesar Romani > wrote: > > I'm building vim on Windows 7 with MinGW. > It cannot be compiled with racket 4.2 anymore. > > > Racket 4.2.3 works fine for me with gcc-3.4.5 and 4

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

2013-02-09 Fir de Conversatie Cesar Romani
On 08/02/2013 10:41 p.m., Sergey Khorev wrote: > > On Sat, Feb 9, 2013 at 12:36 AM, Cesar Romani > wrote: > > I'm building vim on Windows 7 with MinGW. > It cannot be compiled with racket 4.2 anymore. > > > Racket 4.2.3 works fine for me with gcc-3.4.5 and 4

Re: [PATCH] Update doc: No :normal cursor movement in indentexpr

2013-02-09 Fir de Conversatie Bram Moolenaar
Sung Pae wrote: > The documentation explicitly states that moving the cursor is okay in > an indentexpr, but this is only true when moved directly with cursor(), > setpos(), search(), etc. Moving the cursor via `normal! w` has side > effects that frustrate the attempts of get_expr_indent() to res