Bug#336125: marked as forwarded (vim-common: Please support sed 'Q' command)

Debian Bug Tracking System owner at bugs.debian.org
Wed Dec 14 23:03:23 UTC 2005


Your message dated Wed, 14 Dec 2005 23:58:28 +0100
with message-id <20051214225828.GA10608 at aquarium.takhisis.invalid>
has caused the Debian Bug report #336125,
regarding vim-common: Please support sed 'Q' command
to be marked as having been forwarded to the upstream software
author(s) Haakon Riiser <hakonrk at fys.uio.no>.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---------------------------------------
Received: (at 336125-forwarded) by bugs.debian.org; 14 Dec 2005 22:59:27 +0000
>From zack at bononia.it Wed Dec 14 14:59:27 2005
Return-path: <zack at bononia.it>
Received: from sockmel.bononia.it ([194.242.226.39])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Emfao-0004AM-LZ; Wed, 14 Dec 2005 14:59:27 -0800
Received: from muletto.takhisis.invalid (85-18-14-42.fastres.net [85.18.14.42])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "Stefano Zacchiroli", Issuer "sockmel.bononia.it" (verified OK))
	by sockmel.bononia.it (Postfix) with ESMTP id 483DD56E56;
	Wed, 14 Dec 2005 23:59:25 +0100 (CET)
Received: by muletto.takhisis.invalid (Postfix, from userid 1000)
	id 034CD440BB; Wed, 14 Dec 2005 23:58:28 +0100 (CET)
Date: Wed, 14 Dec 2005 23:58:28 +0100
From: Stefano Zacchiroli <zack at debian.org>
To: Haakon Riiser <hakonrk at fys.uio.no>
Cc: 336125-submitter at bugs.debian.org,
	336125-forwarded at bugs.debian.org, Bram Moolenaar <Bram at moolenaar.net>
Subject: improve sed's syntax highlighting
Message-ID: <20051214225828.GA10608 at aquarium.takhisis.invalid>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="FkmkrVfFsRoUs1wW"
Content-Disposition: inline
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02


--FkmkrVfFsRoUs1wW
Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9"
Content-Disposition: inline


--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Justin Pryzby reported that sed's syntax highlighting in vim could be
improved supporting the 'Q' command. He also provided a patch, which is
attached.

The patch is already applied in the debian package, could you please
consider applying it to the sed.vim file distributed with vim as well?

TIA,
Cheers.

--=20
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
zack@{cs.unibo.it,debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-

--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="151_sed.vim.diff"

diff -urN vim64/runtime/syntax/sed.vim vim64.new/runtime/syntax/sed.vim
--- vim64/runtime/syntax/sed.vim	2003-05-11 20:19:24.000000000 +0200
+++ vim64.new/runtime/syntax/sed.vim	2005-12-14 23:50:43.000000000 +0100
@@ -21,7 +21,7 @@
 syn region sedAddress   matchgroup=Special start="[{,;]\s*/\(\\/\)\="lc=1 skip="[^\\]\(\\\\\)*\\/" end="/I\=" contains=sedTab,sedRegexpMeta
 syn region sedAddress   matchgroup=Special start="^\s*/\(\\/\)\=" skip="[^\\]\(\\\\\)*\\/" end="/I\=" contains=sedTab,sedRegexpMeta
 syn match sedComment	"^\s*#.*$"
-syn match sedFunction	"[dDgGhHlnNpPqx=]\s*\($\|;\)" contains=sedSemicolon,sedWhitespace
+syn match sedFunction	"[dDgGhHlnNpPqQx=]\s*\($\|;\)" contains=sedSemicolon,sedWhitespace
 syn match sedLabel	":[^;]*"
 syn match sedLineCont	"^\(\\\\\)*\\$" contained
 syn match sedLineCont	"[^\\]\(\\\\\)*\\$"ms=e contained

--PEIAKu/WMn1b1Hv9--

--FkmkrVfFsRoUs1wW
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDoKOU1cqbBPLEI7wRAoDbAJ9zt6QTAIIyfGLPDzE9y06O01hy7gCgwECl
3n5ladecPORB1mPCkzE4x+M=
=zDkF
-----END PGP SIGNATURE-----

--FkmkrVfFsRoUs1wW--



More information about the pkg-vim-maintainers mailing list