Bug#196760: marked as done (vim: error in hebrewp)

Debian Bug Tracking System owner@bugs.debian.org
Fri, 18 Mar 2005 08:04:29 -0800


Your message dated Fri, 18 Mar 2005 17:00:29 +0100
with message-id <20050318160028.GA19588@fistandantilus.takhisis.org>
and subject line vim: error in hebrewp
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(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 submit) by bugs.debian.org; 9 Jun 2003 16:11:29 +0000
>From p@dirac.org Mon Jun 09 11:11:28 2003
Return-path: <p@dirac.org>
Received: from adsl-64-164-47-8.dsl.scrm01.pacbell.net (satan.diablo.localnet) [64.164.47.8] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19PPF2-0003J3-00; Mon, 09 Jun 2003 11:11:28 -0500
Received: from p by satan.diablo.localnet with local (Exim 3.36 #1 (Debian))
	id 19PPF1-0007T2-00; Mon, 09 Jun 2003 09:11:27 -0700
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Peter Jay Salzman <p@dirac.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: vim: error in hebrewp
X-Mailer: reportbug 2.10.1
Date: Mon, 09 Jun 2003 09:11:27 -0700
Message-Id: <E19PPF1-0007T2-00@satan.diablo.localnet>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-12.3 required=4.0
	tests=BAYES_10,HAS_PACKAGE,PATCH_UNIFIED_DIFF
	autolearn=ham version=2.53-bugs.debian.org_2003_05_24
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 (1.174.2.15-2003-03-30-exp)

Package: vim
Version: 1:6.1-474+2
Severity: normal


there is a simple error in hebrewp.vim.

i seem to recall reportbug allowing me to flag a bug report as having a
patch, but it didn't ask me this time around.  i also remember reportbug
asking me if a report should be tagged as "security", but i didn't see
that either.  strange.

anyhow, here's the patch (i'll also attach it to this email if reportbug
gives me a chance):


--- hebrewp.vim.old	2003-06-09 09:02:01.000000000 -0700
+++ hebrewp.vim.new	2003-06-09 09:02:24.000000000 -0700
@@ -1,5 +1,5 @@
 let encoding = &enc
-if encoding = ''
+if encoding == ''
 	let encoding = 'cp1255'
 endif
 

it's a classic "=" instead of "==" mistake that new C programmers always
make.   this diff should be applied to the file:

   /usr/share/vim/vim61/keymap/hebrewp.vim

pete


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux satan 2.4.20 #4 SMP Mon Mar 24 08:52:15 PST 2003 i686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages vim depends on:
ii  dpkg                      1.10.10        Package maintenance system for Deb
hi  libc6                     2.3.1-16       GNU C Library: Shared libraries an
ii  libgpmg1                  1.19.6-12.1    General Purpose Mouse Library [lib
ii  libncurses5               5.3.20030510-1 Shared libraries for terminal hand

-- no debconf information


---------------------------------------
Received: (at 196760-done) by bugs.debian.org; 18 Mar 2005 16:00:50 +0000
>From zack@bononia.it Fri Mar 18 08:00:49 2005
Return-path: <zack@bononia.it>
Received: from lea.cs.unibo.it [130.136.1.101] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DCJu5-0004gJ-00; Fri, 18 Mar 2005 08:00:49 -0800
Received: from fistandantilus.takhisis.org (n33d177.cs.unibo.it [130.136.33.177])
	by lea.cs.unibo.it (Postfix) with ESMTP id 94D968B42F;
	Fri, 18 Mar 2005 17:00:48 +0100 (CET)
Received: by fistandantilus.takhisis.org (Postfix, from userid 3148)
	id 81572274090; Fri, 18 Mar 2005 17:00:29 +0100 (CET)
Date: Fri, 18 Mar 2005 17:00:29 +0100
From: Stefano Zacchiroli <zack@debian.org>
To: 196760-done@bugs.debian.org, 196760-submitter@bugs.debian.org
Subject: Re: vim: error in hebrewp
Message-ID: <20050318160028.GA19588@fistandantilus.takhisis.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: 196760-done@bugs.debian.org
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-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


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

> --- hebrewp.vim.old	2003-06-09 09:02:01.000000000 -0700
> +++ hebrewp.vim.new	2003-06-09 09:02:24.000000000 -0700
> @@ -1,5 +1,5 @@
>  let encoding =3D &enc
> -if encoding =3D ''
> +if encoding =3D=3D ''

Closing this bug: it does no longer applies to hebrewp.vim in current
debian version, see /usr/share/vim/vim63/keymap/hebrew.vim for
references.

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. -!-

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

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

iD8DBQFCOvsc1cqbBPLEI7wRAgwgAJ40iManyKlba7MdPKvUre7tesrA0ACePEaj
2H9Bn3E36U+OP64S25Bdy64=
=QtCE
-----END PGP SIGNATURE-----

--a8Wt8u1KmwUX3Y2C--