Bug#280471: marked as done (vim-common: improve shTodo definition in shell syntax file)

Debian Bug Tracking System owner@bugs.debian.org
Mon, 15 Nov 2004 16:48:15 -0800


Your message dated Mon, 15 Nov 2004 19:32:07 -0500
with message-id <E1CTrGR-0007Pc-00@newraff.debian.org>
and subject line Bug#280471: fixed in vim 1:6.3-031+3
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 Nov 2004 17:44:48 +0000
>From branden@debian.org Tue Nov 09 09:44:48 2004
Return-path: <branden@debian.org>
Received: from dhcp065-026-182-085.indy.rr.com (sisyphus.deadbeast.net) [65.26.182.85] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CRa2x-0005Ni-00; Tue, 09 Nov 2004 09:44:48 -0800
Received: by sisyphus.deadbeast.net (Postfix, from userid 1000)
	id 8CFA368C026; Tue,  9 Nov 2004 12:44:46 -0500 (EST)
Content-Type: multipart/mixed; boundary="===============0641849610=="
MIME-Version: 1.0
From: Branden Robinson <branden@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: vim-common: improve shTodo definition in shell syntax file
X-Mailer: reportbug 3.1
Date: Tue, 09 Nov 2004 12:44:46 -0500
Message-Id: <20041109174446.8CFA368C026@sisyphus.deadbeast.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0641849610==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: vim-common
Version: 1:6.3-025+1
Severity: normal
File: /usr/share/vim/vim63/syntax/sh.vim

Shell programmers are hackers, too! </whine>

The attached patch highlights XXX and FIXME comments in shell just as is
done in c.vim and several other languages' syntax files.

Shell dorks like myself can use a little encouragement to write XXX and
FIXME comments, especially when they get too clever for their own good.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.4.25-powerpc-smp
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages vim-common depends on:
ii  vim                          1:6.3-025+1 Vi IMproved - enhanced vi editor

-- no debconf information

--===============0641849610==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="sh_fix.diff"

diff -urN vim-6.3~/debian/changelog vim-6.3/debian/changelog
--- vim-6.3~/debian/changelog	2004-11-08 14:50:15.000000000 -0500
+++ vim-6.3/debian/changelog	2004-11-08 14:57:36.000000000 -0500
@@ -1,3 +1,9 @@
+vim (1:6.3-025+1.branden.1) unstable; urgency=low
+
+  * Add patch #04 to enhance to-do item highlighting in shell scripts.
+
+ -- Branden Robinson <branden@debian.org>  Mon,  8 Nov 2004 14:57:01 -0500
+
 vim (1:6.3-025+1) unstable; urgency=low
 
   * Norbert Tretkowski <nobse@debian.org>:
diff -urN vim-6.3~/debian/patches/04_sh.vim.diff vim-6.3/debian/patches/04_sh.vim.diff
--- vim-6.3~/debian/patches/04_sh.vim.diff	1969-12-31 19:00:00.000000000 -0500
+++ vim-6.3/debian/patches/04_sh.vim.diff	2004-11-08 14:56:07.000000000 -0500
@@ -0,0 +1,11 @@
+--- vim63/runtime/syntax/sh.vim~	2004-11-08 14:54:05.000000000 -0500
++++ vim63/runtime/syntax/sh.vim	2004-11-08 14:55:18.000000000 -0500
+@@ -217,7 +217,7 @@
+ " Comments
+ "=========
+ syn cluster    shCommentGroup	contains=shTodo,@Spell
+-syn keyword    shTodo	contained	TODO
++syn keyword    shTodo	contained	TODO FIXME XXX
+ syn match      shComment	"#.*$" contains=@shCommentGroup
+ 
+ " File redirection highlighted as operators

--===============0641849610==--

---------------------------------------
Received: (at 280471-close) by bugs.debian.org; 16 Nov 2004 00:38:13 +0000
>From katie@ftp-master.debian.org Mon Nov 15 16:38:13 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CTrML-0006Jv-00; Mon, 15 Nov 2004 16:38:13 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CTrGR-0007Pc-00; Mon, 15 Nov 2004 19:32:07 -0500
From: Norbert Tretkowski <nobse@debian.org>
To: 280471-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#280471: fixed in vim 1:6.3-031+3
Message-Id: <E1CTrGR-0007Pc-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 15 Nov 2004 19:32:07 -0500
Delivered-To: 280471-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: vim
Source-Version: 1:6.3-031+3

We believe that the bug you reported is fixed in the latest version of
vim, which is due to be installed in the Debian FTP archive:

kvim-perl_6.3-031+3_alpha.deb
  to pool/main/v/vim/kvim-perl_6.3-031+3_alpha.deb
kvim-python_6.3-031+3_alpha.deb
  to pool/main/v/vim/kvim-python_6.3-031+3_alpha.deb
kvim-ruby_6.3-031+3_alpha.deb
  to pool/main/v/vim/kvim-ruby_6.3-031+3_alpha.deb
kvim-tcl_6.3-031+3_alpha.deb
  to pool/main/v/vim/kvim-tcl_6.3-031+3_alpha.deb
kvim_6.3-031+3_alpha.deb
  to pool/main/v/vim/kvim_6.3-031+3_alpha.deb
vim-common_6.3-031+3_all.deb
  to pool/main/v/vim/vim-common_6.3-031+3_all.deb
vim-doc_6.3-031+3_all.deb
  to pool/main/v/vim/vim-doc_6.3-031+3_all.deb
vim-gnome_6.3-031+3_alpha.deb
  to pool/main/v/vim/vim-gnome_6.3-031+3_alpha.deb
vim-gtk_6.3-031+3_alpha.deb
  to pool/main/v/vim/vim-gtk_6.3-031+3_alpha.deb
vim-lesstif_6.3-031+3_alpha.deb
  to pool/main/v/vim/vim-lesstif_6.3-031+3_alpha.deb
vim-perl_6.3-031+3_alpha.deb
  to pool/main/v/vim/vim-perl_6.3-031+3_alpha.deb
vim-python_6.3-031+3_alpha.deb
  to pool/main/v/vim/vim-python_6.3-031+3_alpha.deb
vim-ruby_6.3-031+3_alpha.deb
  to pool/main/v/vim/vim-ruby_6.3-031+3_alpha.deb
vim-tcl_6.3-031+3_alpha.deb
  to pool/main/v/vim/vim-tcl_6.3-031+3_alpha.deb
vim_6.3-031+3.diff.gz
  to pool/main/v/vim/vim_6.3-031+3.diff.gz
vim_6.3-031+3.dsc
  to pool/main/v/vim/vim_6.3-031+3.dsc
vim_6.3-031+3_alpha.deb
  to pool/main/v/vim/vim_6.3-031+3_alpha.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 280471@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Norbert Tretkowski <nobse@debian.org> (supplier of updated vim package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 14 Nov 2004 01:14:35 +0100
Source: vim
Binary: vim-lesstif vim-common vim-doc vim-gnome kvim-ruby vim vim-gtk kvim-perl vim-perl kvim-tcl vim-tiny vim-ruby vim-python vim-tcl kvim-python kvim
Architecture: source alpha all
Version: 1:6.3-031+3
Distribution: unstable
Urgency: low
Maintainer: Debian VIM Group <pkg-vim-group@lists.alioth.debian.org>
Changed-By: Norbert Tretkowski <nobse@debian.org>
Description: 
 kvim       - Vi IMproved - KDE 3.x version
 kvim-perl  - Vi IMproved - KDE 3.x version with Perl scripting support
 kvim-python - Vi IMproved - KDE 3.x version with Python scripting support
 kvim-ruby  - Vi IMproved - KDE 3.x version with Ruby scripting support
 kvim-tcl   - Vi IMproved - KDE 3.x version with TCL scripting support
 vim        - Vi IMproved - enhanced vi editor
 vim-common - Vi IMproved - Common files
 vim-doc    - Vi IMproved - Documentation files
 vim-gnome  - Vi IMproved - GNOME2 Version
 vim-gtk    - Vi IMproved - GTK2 Version
 vim-lesstif - Vi IMproved - LessTif Version
 vim-perl   - Vi IMproved, with perl scripting support
 vim-python - Vi IMproved, with python scripting support
 vim-ruby   - Vi IMproved, with ruby scripting support
 vim-tcl    - Vi IMproved, with tcl scripting support
Closes: 280471 281127
Changes: 
 vim (1:6.3-031+3) unstable; urgency=low
 .
   * Norbert Tretkowski <nobse@debian.org>:
     + really add Brandens patch which adds XXX and FIXME comment hilighting
       to sh.vim (closes: #280471)
     + updated debcontrol.vim syntax file, which adds debcontrolArchitecture
       for s390, thanks to Gerfried Fuchs (closes: #281127)
Files: 
 607abc786cb7c7b87e796bd6e02005bd 1219 editors optional vim_6.3-031+3.dsc
 ef5cb03b446e5e04441faaffcaaaae7b 431012 editors optional vim_6.3-031+3.diff.gz
 0f6d444bdc5dccf06bf18e0804bc5a6b 1599754 editors optional vim-doc_6.3-031+3_all.deb
 e1a9d919c81f03ee7671cd5548aa4f4d 3421932 editors extra vim-common_6.3-031+3_all.deb
 87026e4a0fce082cc8d3933a4f1ecd33 892310 editors optional vim_6.3-031+3_alpha.deb
 d8ed25175ca2d33f8d86faf7b312ffe4 1070312 editors extra kvim-perl_6.3-031+3_alpha.deb
 44fab911a3e33b4b0bee6b46d751eab1 957588 editors extra vim-perl_6.3-031+3_alpha.deb
 a49748f6dfa9cd1abdaf31aa635d757e 1064648 editors extra kvim-python_6.3-031+3_alpha.deb
 e2fa2a3537aa3edf216480e92a23b0d5 952108 editors extra vim-python_6.3-031+3_alpha.deb
 116ac7b4152ea22613b4fc519df215b5 1058046 editors extra kvim-ruby_6.3-031+3_alpha.deb
 559a625d5313df6d20ad780400507207 946878 editors extra vim-ruby_6.3-031+3_alpha.deb
 0e36f0c784eba87ba584c3dc718bcee0 1023008 editors extra kvim-tcl_6.3-031+3_alpha.deb
 276b401852298614d19aaf3201ba324e 952018 editors extra vim-tcl_6.3-031+3_alpha.deb
 416971f48c2006d987f71065e155409a 940804 editors extra vim-gtk_6.3-031+3_alpha.deb
 328d1b811850f94f7a9e745660394b00 881394 editors extra vim-lesstif_6.3-031+3_alpha.deb
 7c2abb2130bdacac3158f7d05c9436fc 944368 editors extra vim-gnome_6.3-031+3_alpha.deb
 adc0248c4e26ed9de200efb17e4f24d6 1013188 editors extra kvim_6.3-031+3_alpha.deb

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

iD8DBQFBlyxwr/RnCw96jQERAvVSAJ0XuMqcXqFeq7RpzG+t/xKeosd2oQCcDy30
Ew1V0170DeXx7brUaBkGW3o=
=jiae
-----END PGP SIGNATURE-----