Your message dated Sat, 13 Jul 2013 03:49:29 +0000
with message-id <[email protected]>
and subject line Bug#598197: fixed in vim 2:7.4a.012-1
has caused the Debian Bug report #598197,
regarding [vim-runtime] Perl highlighting mishandles qq{} with internal }
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
598197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vim
Version: 2:7.2.445+hg~cb94c42c0e1a-1
Severity: minor

X-Mailer: reportbug 4.10.2

Date: Mon, 27 Sep 2010 12:52:31 +0200


  1 #! /usr/bin/perl -T
  2 #(...)
  3       if ($$fn_services{$fn_host}->[3])
  4       {
  5          $query .= qq{'$$fn_services{$fn_host}->[3]'};
6 } 7 else 8 {
  9          print "problem ?\n";
 10          exit 1;
11 } 12

...almost all after first "}" in line 5 is in one -the same- color - red.

cyan: $query .=
red: qq{'
cyan: $$fn_services{$fn_host
red!!!: }
gray: ->[
red: 3
gray: ]
red: '};
and all below line 5 is red !

ex. "else" in line 7  should be yellow, { should be gray ... and so on....


cat .vimrc :syn on




the same configuration on  vim=7.0-122+1etch1 works good.
ii  libacl1                                2.2.41-1                             
  Access control list shared library
ii  libc6                                  2.3.6.ds1-8                          
  GNU C Library: Shared libraries
ii  libncurses5                            5.5-5                                
  Shared libraries for terminal handling
ii  libselinux1                            1.32-3                               
  SELinux shared libraries
ii  vim-common                             7.0-122+1etch1                       
  Vi IMproved - Common files
ii  vim-runtime                            7.0-122+1etch1                       
  Vi IMproved - Runtime files



below information about my shell:/bin/sh is invalid, my shell is bash:
# ps
  PID TTY          TIME CMD
24667 pts/7    00:00:00 bash
24723 pts/7    00:00:00 ps

although (normaly in debian):
-rwxr-xr-x 1 root root 810196 2010-01-02  /bin/bash
lrwxrwxrwx 1 root root 4 2010-02-17  /bin/sh -> dash


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-c6-tuxonice (SMP w/2 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vim depends on:
ii  libacl1      2.2.49-2                    Access control list shared library
ii  libc6        2.10.2-2                    GNU C Library: Shared libraries
ii  libgpm2      1.20.4-3.3                  General Purpose Mouse - shared lib
ii  libncurses5  5.7+20100313-2              shared libraries for terminal hand
ii  libselinux1  2.0.96-1                    SELinux runtime shared libraries
ii  vim-common   2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - Common files
ii  vim-runtime  2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - Runtime files

vim recommends no packages.

Versions of packages vim suggests:
ii  exuberant-ctags [ctags]       1:5.8-2    build tag file indexes of source c
pn  vim-doc                       <none>     (no description available)
pn  vim-scripts                   <none>     (no description available)

-- no debconf information





--
Marcin Bednarz




--- End Message ---
--- Begin Message ---
Source: vim
Source-Version: 2:7.4a.012-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.

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James McCoy <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Fri, 12 Jul 2013 22:30:28 -0400
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg 
vim-gtk vim-nox vim-athena vim-lesstif vim-gnome
Architecture: source all amd64
Version: 2:7.4a.012-1
Distribution: experimental
Urgency: low
Maintainer: Debian Vim Maintainers <[email protected]>
Changed-By: James McCoy <[email protected]>
Description: 
 vim        - Vi IMproved - enhanced vi editor
 vim-athena - Vi IMproved - enhanced vi editor - with Athena GUI
 vim-common - Vi IMproved - Common files
 vim-dbg    - Vi IMproved - enhanced vi editor (debugging symbols)
 vim-doc    - Vi IMproved - HTML documentation
 vim-gnome  - Vi IMproved - enhanced vi editor - with GNOME2 GUI
 vim-gtk    - Vi IMproved - enhanced vi editor - with GTK2 GUI
 vim-gui-common - Vi IMproved - Common GUI files
 vim-lesstif - Vi IMproved - enhanced vi editor (transitional package)
 vim-nox    - Vi IMproved - enhanced vi editor - with scripting languages suppo
 vim-runtime - Vi IMproved - Runtime files
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
Closes: 598197 639925 672597 681606 699172 709101 712657 713922
Changes: 
 vim (2:7.4a.012-1) experimental; urgency=low
 .
   * Merge upstream tag v7-4a-012
     + New NFA regex engine.  Vim automatically determines whether to use the
       new or old engine based on the pattern.  A specific engine can be
       forced with the 'regexengine' option or within a pattern using the \%#=
       atom.
     + Updated Perl syntax files
       - Adds support for Perl 5.10 syntax.  (Closes: #681606)
       - Fixes syntax highlighting when qq{} contains a } character.  (Closes:
         #598197)
     + Fix display of an empty entry in NetRW directory listing.  (Closes:
       #709101)
     + Recognize Ikiwiki's *.mdwn as markdown filetype.  (Closes: #672597)
     + 7.3.985: Call g_set_prgname() on startup to set a proper WM_CLASS.
       (Closes: #639925)
     + Source ~/.vim/vimrc or ~/.vim/gvimrc in favor of ~/.vimrc or ~/.gvimrc.
     + Update sh syntax file
       - Recognize when sh is dash and change the default behavior highlighting
         to be POSIX instead of Bourne.  (Closes: #712657, #699172)
       - Correctly highlight text after a "--".  (Closes: #713922)
   * debian/rules: Simplify version handling and bump for the pre-release.
   * Add shadowdir-fixes.patch, to fix test failures when building in a
     shadow directory.
Checksums-Sha1: 
 7978a50507596fa89affc0e4ab12b8956a6f6797 2027 vim_7.4a.012-1.dsc
 3d7ec9c846a356bbaeab96692db31b07ccb946f4 11799580 vim_7.4a.012.orig.tar.gz
 b0dd91847d12392cbbb0d4286ea19f3b2382fc1a 188843 vim_7.4a.012-1.debian.tar.gz
 970211b40c3f8a19fcd398b86c3f760eb32adf63 143780 
vim-gui-common_7.4a.012-1_all.deb
 02833186702577018a5170903a069c8d960704ab 4959860 vim-runtime_7.4a.012-1_all.deb
 640daeddff98b1bf431afadf9dd6e5b0ae4b7124 1733306 vim-doc_7.4a.012-1_all.deb
 1d67e0f9167b816fd40bc740f76640c0a3f77ecc 88220 vim-lesstif_7.4a.012-1_all.deb
 6ff3cf2f815a1df459a364aeb1cac3d57f274072 380370 vim-tiny_7.4a.012-1_amd64.deb
 96e2fad448a4953f69df78705aca7ccb09f26d15 1083216 vim-gtk_7.4a.012-1_amd64.deb
 5c82ee29087deb6d8b3b733c4ad63bc371e21bf5 1084508 vim-gnome_7.4a.012-1_amd64.deb
 8509a66f03a060f6cc0c7c703b5d3276c723cef9 1072704 
vim-athena_7.4a.012-1_amd64.deb
 4f9f01344956e7230b2742bcc890c8b264c51a55 972518 vim-nox_7.4a.012-1_amd64.deb
 3449907c6c47ec474c3bb96b7751a6c06eca71ed 163592 vim-common_7.4a.012-1_amd64.deb
 192ea6e59ce4e2c0d6b0c03b2e1a9caace75b74a 877572 vim_7.4a.012-1_amd64.deb
 82ba9e16b29082361d519ae075bc17d96ff99fe7 7847300 vim-dbg_7.4a.012-1_amd64.deb
Checksums-Sha256: 
 c8967121640749121ef5907e0ad0d3a72f0a6966af8d531fa32ecc42d3b1860f 2027 
vim_7.4a.012-1.dsc
 7c75e61c7289ec434740fd572329650677ae9e8c80b42981f46db1a03afab46f 11799580 
vim_7.4a.012.orig.tar.gz
 3a6c3bc9945d2956a925d1549b51f1bf1dae991bcecd38390b31e514cd84f17f 188843 
vim_7.4a.012-1.debian.tar.gz
 2c9310a1392d4a851d326569dc16cb45113f5bd32f2406157832717c4fb16069 143780 
vim-gui-common_7.4a.012-1_all.deb
 00785d171196f39ef6bfb637105fedd1d4db8f172a3d0266e50ed26fb6e4e139 4959860 
vim-runtime_7.4a.012-1_all.deb
 5818cd83c8dfe847e23e9c881ce6247a08643587125beef016aa8c051d5003ef 1733306 
vim-doc_7.4a.012-1_all.deb
 39944530c5736843252eb29ab08f39b6773bc4cd151d54b11d4e085377c45f68 88220 
vim-lesstif_7.4a.012-1_all.deb
 aad53dd9e58649f6f766ced5db51c2661963dd7f21b1242d2f460f31c2559b5a 380370 
vim-tiny_7.4a.012-1_amd64.deb
 f9bddeafd0a7e160f11d5b49841f22d440426284a3e60829274a711fd45c619b 1083216 
vim-gtk_7.4a.012-1_amd64.deb
 74ddb1fbc67365d8041ad6b8261548d442f075bdd87cc07fedb0d173c70f966c 1084508 
vim-gnome_7.4a.012-1_amd64.deb
 5f6fa93d9183124dd3f2ab33a61924424e96ce77715a5eb3aeb4481e6ade4b53 1072704 
vim-athena_7.4a.012-1_amd64.deb
 d50dd93762bc3b88c2b4a793a72d6db6ef30b6bba45703ce22d340c83575c852 972518 
vim-nox_7.4a.012-1_amd64.deb
 b1ce1c07385fbe647a6d0277b5a0dfd232032792c6544bbaf401d0037a51b319 163592 
vim-common_7.4a.012-1_amd64.deb
 8c78fa4c6288174e80fef9dcd068cf440dacd303a5def4db1f57dc3d34cab0d6 877572 
vim_7.4a.012-1_amd64.deb
 7cc57928e21c5f5fa6b7cfd6d46c1e7c34753e4a04fdd3d5d224fecc6cc7313b 7847300 
vim-dbg_7.4a.012-1_amd64.deb
Files: 
 fea93f39717e62134e5ba6c483950815 2027 editors optional vim_7.4a.012-1.dsc
 94ff8e710678e6cb634bafe4db0ff781 11799580 editors optional 
vim_7.4a.012.orig.tar.gz
 c6ee005f1705c2ff89c433bc352bd543 188843 editors optional 
vim_7.4a.012-1.debian.tar.gz
 f5318bdad5ea3612bfca091431580a06 143780 editors optional 
vim-gui-common_7.4a.012-1_all.deb
 ad783f8b7150c925e3afdd60d8600099 4959860 editors optional 
vim-runtime_7.4a.012-1_all.deb
 6f5d5b92f1d347f2a887d8d412e483b8 1733306 doc optional 
vim-doc_7.4a.012-1_all.deb
 64013fb931d238f1dec5b59bcfe7d703 88220 oldlibs extra 
vim-lesstif_7.4a.012-1_all.deb
 05fe0cdf71500d58cdfd006b89d0d634 380370 editors important 
vim-tiny_7.4a.012-1_amd64.deb
 652bf4193dc3e907945c5a99bc72bbcb 1083216 editors extra 
vim-gtk_7.4a.012-1_amd64.deb
 d92b57a8747d497cf6c4611f10738d1e 1084508 editors extra 
vim-gnome_7.4a.012-1_amd64.deb
 92882f3160215de243a3412dfcce0cdd 1072704 editors extra 
vim-athena_7.4a.012-1_amd64.deb
 e216abdfa7f0be795133333acbe738c2 972518 editors extra 
vim-nox_7.4a.012-1_amd64.deb
 4ec7ff093a408cae996001e537d89251 163592 editors important 
vim-common_7.4a.012-1_amd64.deb
 7797dafa2bfddbaa5f2c010f18c071c0 877572 editors optional 
vim_7.4a.012-1_amd64.deb
 4fff81529250d62dfaede52209c7ee9b 7847300 debug extra 
vim-dbg_7.4a.012-1_amd64.deb

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

iEYEARECAAYFAlHgxXcACgkQDb3UpmEybUD3OQCfQ+07/8vmeddfDIfCsfb42/if
T1IAniHnn+zbcUestUVzxlYXuUxETfmu
=rV0P
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to