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 Bug in sync grouphere?

Received: by 10.14.119.129 with SMTP id n1mr260330eeh.1.1295987826851;
        Tue, 25 Jan 2011 12:37:06 -0800 (PST)
X-BeenThere: vim_dev@googlegroups.com
Received: by 10.14.133.15 with SMTP id p15ls38450eei.7.p; Tue, 25 Jan 2011
 12:37:02 -0800 (PST)
Received: by 10.14.120.200 with SMTP id p48mr892045eeh.13.1295987822665;
        Tue, 25 Jan 2011 12:37:02 -0800 (PST)
Received: by 10.14.120.200 with SMTP id p48mr892044eeh.13.1295987822624;
        Tue, 25 Jan 2011 12:37:02 -0800 (PST)
Return-Path: <gust...@niemeyer.net>
Received: from jail.42.org (jail.42.org [194.77.85.16])
        by gmr-mx.google.com with ESMTP id r17si4510201eeh.7.2011.01.25.12.37.00;
        Tue, 25 Jan 2011 12:37:01 -0800 (PST)
Received-SPF: neutral (google.com: 194.77.85.16 is neither permitted nor denied by best guess record for domain of gust...@niemeyer.net) client-ip=194.77.85.16;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 194.77.85.16 is neither permitted nor denied by best guess record for domain of gust...@niemeyer.net) smtp.mail=gust...@niemeyer.net; dkim=pass (test mode) header...@niemeyer.net
Received: from homiemail-a17.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83])
	by jail.42.org (Postfix) with ESMTP id 62F59126850
	for <vim-...@vim.org>; Tue, 25 Jan 2011 20:36:58 +0000 (UTC)
Received: from homiemail-a17.g.dreamhost.com (localhost [127.0.0.1])
	by homiemail-a17.g.dreamhost.com (Postfix) with ESMTP id 86AC77A805C
	for <vim-...@vim.org>; Tue, 25 Jan 2011 12:36:51 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; c=nofws; d=niemeyer.net; h=mime-version
	:in-reply-to:references:from:date:message-id:subject:to
	:content-type:content-transfer-encoding; q=dns; s=niemeyer.net;
	 b=TCYJuY6XOFwDjGXfrTQUd25RDi/sHDtftldW60XUZzGmVEtpazJ482irVuxKQ
	WgBvUTr0epoeQY0WTfCfwN8NJeCT+FoANuptfIbKg0AR36ZskJcY94NidjMJVV9w
	rPzt/XL8D4wC1JqfekIW+lFH9M1L79AzDflGbgKmANa2+I=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=niemeyer.net; h=
	mime-version:in-reply-to:references:from:date:message-id:subject
	:to:content-type:content-transfer-encoding; s=niemeyer.net; bh=a
	UVHtNw+Woo2QuHUgXbFw+nLysQ=; b=yPAeZewrz9uYr95SLp5qxXKEMK6NSH2vY
	O6VtLfbI6Pc2DvNjgw+mE2l8kU8dTu6FSbENdgoQLl3YS7g7qvTqrnI9UEbw4+kv
	Zhx9yT2N/TriOIdcutBECqiL41S8hvCRP0VIyemf+BvD0g4SBTm2LC8vzyQWr8v8
	ETN4/4xaDM=
Received: from mail-ww0-f48.google.com (mail-ww0-f48.google.com [74.125.82.48])
	(Authenticated sender: s...@labix.org)
	by homiemail-a17.g.dreamhost.com (Postfix) with ESMTPA id 303DE7A8058
	for <vim-...@vim.org>; Tue, 25 Jan 2011 12:36:50 -0800 (PST)
Received: by wwd20 with SMTP id 20so227664wwd.17
        for <vim-...@vim.org>; Tue, 25 Jan 2011 12:36:49 -0800 (PST)
Received: by 10.227.127.75 with SMTP id f11mr6467476wbs.89.1295987809738; Tue,
 25 Jan 2011 12:36:49 -0800 (PST)
MIME-Version: 1.0
Received: by 10.227.61.141 with HTTP; Tue, 25 Jan 2011 12:36:29 -0800 (PST)
In-Reply-To: <AANLkTi=Kuj6-6RqLdaJ3fic8p-tjLtegRie_2gTOr...@mail.gmail.com>
References: <AANLkTi=Kuj6-6RqLdaJ3fic8p-tjLtegRie_2gTOr...@mail.gmail.com>
From: Gustavo Niemeyer <gust...@niemeyer.net>
Date: Tue, 25 Jan 2011 18:36:29 -0200
Message-ID: <AANLkTi=ajr=ur6H_mZQnA1J6AMBObyf8MJn0bWtjK...@mail.gmail.com>
Subject: Re: Bug in sync grouphere?
To: vim-...@vim.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Would anyone else know what's going on?

On Mon, Jan 24, 2011 at 10:54, Gustavo Niemeyer <gust...@niemeyer.net> wrot=
e:
> Greetings,
>
> I'm trying to sync up a very simple syntax and being unable to
> do so. It feels a bit like a bug, but it's quite possible that I just
> misunderstand how it works.
>
> I've nailed down the problem to a very simple example:
>
> =A0 syn sync match fooSync grouphere NONE /^foo\>/
> =A0 syn region fooString start=3D+"+ end=3D+"+
> =A0 hi def link fooString String
>
> Now, put something like this in a file
>
> =A0 foo =3D "
> =A0 (50 lines)
> =A0 "
>
> Opening the file at the bottom doesn't sync up properly.
>
> Is this a bug, or do I misunderstand how it works?
>
> Thanks,
>
> --
> Gustavo Niemeyer
> http://niemeyer.net
> http://niemeyer.net/blog
> http://niemeyer.net/twitter
>



--=20
Gustavo Niemeyer
http://niemeyer.net
http://niemeyer.net/blog
http://niemeyer.net/twitter