Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion some vim syntax fixes for multi-lined commands

Received: by 10.42.81.84 with SMTP id y20mr14499188ick.8.1352840607100;
        Tue, 13 Nov 2012 13:03:27 -0800 (PST)
X-BeenThere: vim_dev@googlegroups.com
Received: by 10.42.129.139 with SMTP id q11ls12206360ics.5.gmail; Tue, 13 Nov
 2012 13:03:24 -0800 (PST)
Received: by 10.42.118.1 with SMTP id v1mr15364946icq.17.1352840604447;
        Tue, 13 Nov 2012 13:03:24 -0800 (PST)
Received: by 10.42.118.1 with SMTP id v1mr15364944icq.17.1352840604408;
        Tue, 13 Nov 2012 13:03:24 -0800 (PST)
Return-Path: <Charles.E.Campb...@nasa.gov>
Received: from ndgssmtp01.ndc.nasa.gov (ndgssmtp01.gsfc.nasa.gov. [128.183.245.24])
        by gmr-mx.google.com with ESMTP id s9si1704098igw.0.2012.11.13.13.03.24;
        Tue, 13 Nov 2012 13:03:24 -0800 (PST)
Received-SPF: pass (google.com: domain of Charles.E.Campb...@nasa.gov designates 128.183.245.24 as permitted sender) client-ip=128.183.245.24;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of Charles.E.Campb...@nasa.gov designates 128.183.245.24 as permitted sender) smtp.mail=Charles.E.Campb...@nasa.gov
Received: from xorn.gsfc.nasa.gov (gs-mesa-xorn.ndc.nasa.gov [128.183.227.241])
	by ndgssmtp01.ndc.nasa.gov (Postfix) with ESMTP id DBB92BB03C2
	for <vim_dev@googlegroups.com>; Tue, 13 Nov 2012 15:03:23 -0600 (CST)
Message-ID: <50A2B59B.1020307@nasa.gov>
Date: Tue, 13 Nov 2012 16:03:23 -0500
From: Charles Campbell <Charles.E.Campb...@nasa.gov>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121007 Firefox/16.0 SeaMonkey/2.13
MIME-Version: 1.0
To: vim_dev@googlegroups.com
Subject: Re: some vim syntax fixes for multi-lined commands
References: <CAM=PuQGzB7rBxuRLUG8gbFGZLXbiUSOdabn0KpT=a+w8EEFA6A@mail.gmail.com> <CAM=PuQHZ297v4PaMrNSH9RZW88MQmSkOqmv2RvsLLX7BVDPuCw@mail.gmail.com> <CAM=PuQFKNf6e+i7e3o7cxLGnO6ugD1C91GjTQBXafLDLZDfbTQ@mail.gmail.com>
In-Reply-To: <CAM=PuQFKNf6e+i7e3o7cxLGnO6ugD1C91GjTQBXafLDLZDfbTQ@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Alexey Radkov wrote:
> Hi.
>
> I found another issue with vim sources syntax highlights.
>
> In the following code:
>
> fun! VimwikiLinkHandler(link)
>   let link = a:link
>   if link =~ "vlocal:" || link =~ "vfile:"
>     let link = link[1:]
>   else
>     return 0
>   endif
>   " blah-blah
> endif
Hello!

I will accept the patches (except for the duplicate patching in the last 
one, which was rejected).

Please try the version in 
http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM

(I don't remember why the onelines were there, I'm afraid)

BTW, I prefer direct email contact for patches rather than via the 
mailing list.

Thank you for your contributions,
C Campbell