Bug#300108: marked as done (vim: Please update fstab syntax highlighting)

Debian Bug Tracking System owner@bugs.debian.org
Sat, 26 Mar 2005 09:04:07 -0800


Your message dated Sat, 26 Mar 2005 11:47:29 -0500
with message-id <E1DFERd-0001GP-00@newraff.debian.org>
and subject line Bug#300108: fixed in vim 1:6.3-068+1
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; 17 Mar 2005 17:34:17 +0000
>From justinpryzby@users.sourceforge.net Thu Mar 17 09:34:17 2005
Return-path: <justinpryzby@users.sourceforge.net>
Received: from ms-smtp-02.nyroc.rr.com [24.24.2.56] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DBysy-0002lb-00; Thu, 17 Mar 2005 09:34:17 -0800
Received: from localhost (cpe-24-59-54-124.twcny.res.rr.com [24.59.54.124])
	by ms-smtp-02.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id j2HHYEJj000261
	for <submit@bugs.debian.org>; Thu, 17 Mar 2005 12:34:14 -0500 (EST)
Received: from pryzbyj by localhost with local (Exim 3.36 #1 (Debian))
	id 1DBysu-0003E7-00
	for <submit@bugs.debian.org>; Thu, 17 Mar 2005 12:34:12 -0500
Content-Type: multipart/mixed; boundary="===============2141368186=="
MIME-Version: 1.0
From: Justin Pryzby <justinpryzby@users.sourceforge.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: vim: Please update fstab syntax highlighting
X-Mailer: reportbug 3.8
Date: Thu, 17 Mar 2005 12:34:12 -0500
Message-Id: <E1DBysu-0003E7-00@localhost>
Sender: Justin Pryzby <justinpryzby@users.sourceforge.net>
X-Virus-Scanned: Symantec AntiVirus Scan Engine
Delivered-To: submit@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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

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

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

Package: vim
Version: 1:6.3-058+1
Severity: minor
Tags: upstream patch patch

In columns 1 (filesystem) and 3 (type), "sysfs" and "usbfs" are
presently highlighted as white on red, apparently indicating an
invalid entry:

sysfs           /sys            sysfs                           0 0
usbfs           /proc/bus/usb   usbfs   auto                    0 0

In column 4 (options), "users" is sometimes colored as invalid, and
sometimes not colored:

/dev/fd0        /floppy         auto    users,noauto            0 0

I've been unable to find how to fix NFS mounts marked as invalid:

cetus.homeunix.net:/home/pryzbyj /mnt/cetus nfs defaults,users,noauto 0 0

--===============2141368186==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="vim.fstab.patch"

--- new	2005-03-17 12:30:56.378741392 -0500
+++ orig	2005-03-17 12:31:00.727080344 -0500
@@ -19,8 +19,8 @@
 
 " Device
 syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
-syn match fsDeviceError /\%([^.a-zA-Z0-9_\/#@:]\|^\w\{-}\ze\W\)/ contained
-syn keyword fsDeviceKeyword contained none proc linproc tmpfs sysfs usbfs
+syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@]\|^\w\{-}\ze\W\)/ contained
+syn keyword fsDeviceKeyword contained none proc linproc tmpfs
 syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
 syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator
 
@@ -32,7 +32,7 @@
 " Type
 syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeError
 syn match fsTypeError /\s\+\zs\w\+/ contained
-syn keyword fsTypeKeyword contained adfs affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext3 fdesc hfs hpfs iso9660 kernfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null portal proc procfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs sysfs usbfs
+syn keyword fsTypeKeyword contained adfs affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext3 fdesc hfs hpfs iso9660 kernfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null portal proc procfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs
 
 " Options
 " -------
@@ -44,7 +44,7 @@
 syn keyword fsOptionsYesNo yes no
 syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
 syn keyword fsOptionsSize 512 1024 2048
-syn keyword fsOptionsGeneral async atime auto current defaults dev exec force fstab noatime noauto noclusterr noclusterw nodev noexec nosuid nosymfollow nouser owner ro rdonly rw rq sw xx suid suiddir sync kudzu union update user supermount users
+syn keyword fsOptionsGeneral async atime auto current defaults dev exec force fstab noatime noauto noclusterr noclusterw nodev noexec nosuid nosymfollow nouser owner ro rdonly rw rq sw xx suid suiddir sync kudzu union update user supermount
 syn match fsOptionsGeneral /_netdev/
 
 " Options: adfs

--===============2141368186==--

---------------------------------------
Received: (at 300108-close) by bugs.debian.org; 26 Mar 2005 16:55:19 +0000
>From katie@ftp-master.debian.org Sat Mar 26 08:55:19 2005
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 1DFEZC-0000m2-00; Sat, 26 Mar 2005 08:55:18 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DFERd-0001GP-00; Sat, 26 Mar 2005 11:47:29 -0500
From: Norbert Tretkowski <nobse@debian.org>
To: 300108-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#300108: fixed in vim 1:6.3-068+1
Message-Id: <E1DFERd-0001GP-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 26 Mar 2005 11:47:29 -0500
Delivered-To: 300108-close@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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: vim
Source-Version: 1:6.3-068+1

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-068+1_i386.deb
  to pool/main/v/vim/kvim-perl_6.3-068+1_i386.deb
kvim-python_6.3-068+1_i386.deb
  to pool/main/v/vim/kvim-python_6.3-068+1_i386.deb
kvim-ruby_6.3-068+1_i386.deb
  to pool/main/v/vim/kvim-ruby_6.3-068+1_i386.deb
kvim-tcl_6.3-068+1_i386.deb
  to pool/main/v/vim/kvim-tcl_6.3-068+1_i386.deb
kvim_6.3-068+1_i386.deb
  to pool/main/v/vim/kvim_6.3-068+1_i386.deb
vim-common_6.3-068+1_all.deb
  to pool/main/v/vim/vim-common_6.3-068+1_all.deb
vim-doc_6.3-068+1_all.deb
  to pool/main/v/vim/vim-doc_6.3-068+1_all.deb
vim-gnome_6.3-068+1_i386.deb
  to pool/main/v/vim/vim-gnome_6.3-068+1_i386.deb
vim-gtk_6.3-068+1_i386.deb
  to pool/main/v/vim/vim-gtk_6.3-068+1_i386.deb
vim-lesstif_6.3-068+1_i386.deb
  to pool/main/v/vim/vim-lesstif_6.3-068+1_i386.deb
vim-perl_6.3-068+1_i386.deb
  to pool/main/v/vim/vim-perl_6.3-068+1_i386.deb
vim-python_6.3-068+1_i386.deb
  to pool/main/v/vim/vim-python_6.3-068+1_i386.deb
vim-ruby_6.3-068+1_i386.deb
  to pool/main/v/vim/vim-ruby_6.3-068+1_i386.deb
vim-tcl_6.3-068+1_i386.deb
  to pool/main/v/vim/vim-tcl_6.3-068+1_i386.deb
vim_6.3-068+1.diff.gz
  to pool/main/v/vim/vim_6.3-068+1.diff.gz
vim_6.3-068+1.dsc
  to pool/main/v/vim/vim_6.3-068+1.dsc
vim_6.3-068+1_i386.deb
  to pool/main/v/vim/vim_6.3-068+1_i386.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 300108@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: Sat, 26 Mar 2005 16:32:25 +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 i386 all
Version: 1:6.3-068+1
Distribution: unstable
Urgency: low
Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@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: 144754 196001 269325 269692 281630 282135 286763 295471 295639 300108 301452
Changes: 
 vim (1:6.3-068+1) unstable; urgency=low
 .
   * New upstream patch (068), see README.gz for details.
     + 6.3.068: When editing a compressed file xxx.gz which is a symbolic link
       to the actual file a ":write" no longer renames the link (patch by James
       Vega). (closes: #281630)
 .
   * Norbert Tretkowski <nobse@debian.org>:
     + Added James Vega <jamessan@jamessan.com> to uploaders.
     + Fixed wrong executable registration in /usr/lib/mime/packages/kvim,
       thanks to Robin Verduijn for the patch. (closes: #295471)
     + Fixed synchronisation of syntax highlighting in fortran 90 programs.
       (closes: #301452)
     + Removed vim-doc's dependency on vim, so it's possible to install vim-doc
       without also installing vim.
 .
   * Pierre Habouzit <pierre.habouzit@m4x.org>:
     + Fix php indent plugin, thanks to the ITLab at MUSC. (closes: #282135)
     + Fix prolog syntax file. (closes: #269692)
     + Fix xml syntax ('\' has no special meaning for xml). (closes: #196001)
     + Fix texinfo syntax file warning. (closes: #286763)
 .
   * Matthijs Mohlmann <matthijs@cacholong.nl>:
     + Fix lintian warning packages-installs-file-to-usr-x11r6:
       - Moving xpm files to /usr/share/pixmaps.
       - Edited the menu files.
     + Removed prerm-does-not-call-installdocs from lintian/vim.
     + Added patch 111_fstab.vim.diff to fix highlighting in fstab.
       (closes: #300108)
     + Removed Suggests: vim from vim-doc in debian/control.
     + Fixed binary-without-manpage for several packages.
     + Fixed pkg-not-in-package-test in kvim-tcl, kvim-ruby, kvim-python and
       kvim-perl.
     + Fixed the errors postinst-does-not-call-updatemenus and
       postrm-does-not-call-updatemenus.
 .
   * James Vega <jamessan@jamessan.com>:
     + Fixed wrong highlighting of comments in syntax/sh.vim when comments
       occur between switches of case. (closes: #269325)
 .
   * Stefano Zacchiroli <zack@debian.org>:
     + Added patch 302_message.c.diff to fix CTRL-C quit loops in range commands.
       (closes: #295639)
     + Added patch 118_ocaml.vim.diff to ship latest version of ocaml runtime
       support files: {syntax,ftplugin,ident}/ocaml.vim.
     + Modifications on debian/rules:
       - Uses debian/compat in place of debian/rules' DH_COMPAT.
       - Ignores diff error in "make_patch" target since diff usually returns 1.
       - Added support for command line VARIANT variable to override VARIANTS.
 .
   * Pepijn de Langen <pepijn@ce.et.tudelft.nl>:
     + Added patch 119_php.vim.diff to php syntax highlighting backticks.
       (closes: #144754)
Files: 
 4c4464029cd36e593476b0c8771272c7 1475 editors optional vim_6.3-068+1.dsc
 a9966db30ee04df6b07f3c65f8450db6 488611 editors optional vim_6.3-068+1.diff.gz
 fd7f3f18464c21315a4f2fd905a67495 1649670 editors optional vim-doc_6.3-068+1_all.deb
 66f8623a9b273084bdd444b1f5748445 3425692 editors optional vim-common_6.3-068+1_all.deb
 473bb04a84746eea000fd073d8c9beaf 708614 editors optional vim_6.3-068+1_i386.deb
 d61ced8a437401b22d51468796293141 853274 editors extra kvim-perl_6.3-068+1_i386.deb
 82f44c137efe85a52ef732f2ddead99c 729470 editors extra vim-perl_6.3-068+1_i386.deb
 6b124423d3a3b5ba0804bf18350084ce 845788 editors extra kvim-python_6.3-068+1_i386.deb
 ee7442f50199c48172ec90b8099e4361 721966 editors extra vim-python_6.3-068+1_i386.deb
 67132ea9b4d9652517b6b464203103f2 841614 editors extra kvim-ruby_6.3-068+1_i386.deb
 c85de15654440ce0f4a4642cedebca2c 717972 editors extra vim-ruby_6.3-068+1_i386.deb
 c28a04b8fa48ab98de0bb2a7e3af2187 804502 editors extra kvim-tcl_6.3-068+1_i386.deb
 69f4559dfd1313d9b3127f54dfb33b64 721958 editors extra vim-tcl_6.3-068+1_i386.deb
 64f6f656a4990b51d59c09778cdeb205 714412 editors extra vim-gtk_6.3-068+1_i386.deb
 07e2f23cdbab9d0caf6a500912d083e2 656766 editors extra vim-lesstif_6.3-068+1_i386.deb
 36b355fa6cd0b97d6164fb7912099bff 716398 editors extra vim-gnome_6.3-068+1_i386.deb
 a13bf4a7c5ee86a9758d8ed221d6c17e 795926 editors extra kvim_6.3-068+1_i386.deb

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

iD8DBQFCRY9er/RnCw96jQERAgyWAKCScUwErg1leuFzD8Y0aWYjijayMwCdHk4F
nIRXPCaL1h0UhGq2cncmUsg=
=9Mh9
-----END PGP SIGNATURE-----