Re: vim compilation

2013-02-21 Fir de Conversatie W. David Jarvis
On Thursday, December 20, 2012 4:47:11 PM UTC-8, James McCoy wrote: > On Thu, Dec 20, 2012 at 03:02:59PM -0500, joe M wrote: > > > On Thu, Dec 20, 2012 at 1:49 PM, joe M wrote: > > > > Hello, > > > > > > > > The latest mercurial version of vim fails with the below error. python > > > > --vers

Re: [DOC+RUNTIME PATCH] Fixed description of python syntax highlighting

2013-02-21 Fir de Conversatie Bram Moolenaar
ZyX wrote: > Fixed runtime/doc/syntax.txt and one typo in python.vim Thanks, I'll include it soon. - Bram -- If you had to identify, in one word, the reason why the human race has not achieved, and never will achieve, its full potential, that word would be "meetings." /// Bram Moolenaar --

Re: Patch 7.3.830

2013-02-21 Fir de Conversatie Bram Moolenaar
Roland Eggner wrote: > On 2013-02-20 Wednesday at 23:46 +0100 Roland Eggner wrote: > > On 2013-02-20 Wednesday at 19:27 +0100 Bram Moolenaar wrote: > > > Patch 7.3.830 > > > Problem::mksession confuses bytes, columns and characters when > > > positioning > > > the cursor. > > > Solutio

Issue 114 in vim: vim breaks statically-linked ruby by stripping symbols

2013-02-21 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 114 by mistyde...@gmail.com: vim breaks statically-linked ruby by stripping symbols http://code.google.com/p/vim/issues/detail?id=114 When vim statically links against ruby, for instance if the selected ruby interpreter d

Build problem with Make_cyg.mak [Was: Re: Can't build with Perl using Make_ming.mak any more]

2013-02-21 Fir de Conversatie Christian J. Robinson
On Thu, 21 Feb 2013, Ken Takata wrote: Hi Christian, 2013/02/21 Thu 7:50:35 UTC+9 Heptite wrote: I used to build using Make_cyg.mak but stopped in recent months because it no longer worked for me when including one of the scripting interpreters. I include Perl, Python and Ruby, but I can't

[DOC+RUNTIME PATCH] Fixed description of python syntax highlighting

2013-02-21 Fir de Conversatie ZyX
# HG changeset patch # User ZyX # Date 1361470750 -14400 # Node ID 05cc28cdb448ac513ee0f85de24b80692004339d # Parent 8b86b69546a9ea9309ebf7d05e1d443457cd58d8 Fixed runtime/doc/syntax.txt and one typo in python.vim diff -r 8b86b69546a9 -r 05cc28cdb448 runtime/doc/syntax.txt --- a/runtime/doc/synt

Re: Patch 7.3.830

2013-02-21 Fir de Conversatie Roland Eggner
On 2013-02-20 Wednesday at 23:46 +0100 Roland Eggner wrote: > On 2013-02-20 Wednesday at 19:27 +0100 Bram Moolenaar wrote: > > Patch 7.3.830 > > Problem::mksession confuses bytes, columns and characters when > > positioning > > the cursor. > > Solution: Use w_virtcol with "|" instead

Issue 113 in vim: Javascript syntax highlight regex error

2013-02-21 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 113 by nirk.nig...@gmail.com: Javascript syntax highlight regex error http://code.google.com/p/vim/issues/detail?id=113 What steps will reproduce the problem? 1. Create a JS file 2. Type "abc".match(/[/]/) 3. Turn on syntax

Issue 112 in vim: Javascript syntax file cites a Stale URL

2013-02-21 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 112 by nirk.nig...@gmail.com: Javascript syntax file cites a Stale URL http://code.google.com/p/vim/issues/detail?id=112 The version in my local kit and the version in the repo (http://code.google.com/p/vim/source/browse/

Re: Can't build with Perl using Make_ming.mak any more [semi-solved]

2013-02-21 Fir de Conversatie Cesar Romani
On 21/02/2013 07:55 a.m., Ken Takata wrote: > Hi Christian, > > 2013/02/21 Thu 7:50:35 UTC+9 Heptite wrote: > >> I used to build using Make_cyg.mak but stopped in recent months >> because it no longer worked for me when including one of the scripting >> interpreters. I include Perl, Python and Rub

Re: Valgrind errors when compiled with MzScheme

2013-02-21 Fir de Conversatie Cesar Romani
On 18/02/2013 10:38 a.m., Sergey Khorev wrote: > The problem above only occurs at runtime using racket 5.3.2 with the > > same command line. > With racket 5.3.3 it works fine. > > > Works fine for me. Did you delete mzscheme_base.c and *.o files before > building Vim with another version o

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

2013-02-21 Fir de Conversatie Cesar Romani
On 18/02/2013 10:41 a.m., Sergey Khorev wrote: > > but vim with racket 4.2.3 doesn't compile with DYNAMIC_MZSCHEME=yes > anymore. > > As I wrote previously, if you want DYNAMIC_MZSCHEME, you need to either > use version 3.x or build Racket yourself with conservative GC. I know that, but b

Re: Can't build with Perl using Make_ming.mak any more [semi-solved]

2013-02-21 Fir de Conversatie Ken Takata
Hi Christian, 2013/02/21 Thu 7:50:35 UTC+9 Heptite wrote: > I used to build using Make_cyg.mak but stopped in recent months > because it no longer worked for me when including one of the scripting > interpreters. I include Perl, Python and Ruby, but I can't remember > which broke. About the s