Your message dated Sat, 1 Apr 2006 09:27:56 -0500
with message-id <[EMAIL PROTECTED]>
and subject line vim-rt: another ruby syntax highlighting patch
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)

--- Begin Message ---
Package: vim-rt
Version: 5.8.007-4
Severity: wishlist

With this patch vim doesn't highlight a modulo assignment
as if it is a generalized quoted string.

-----patch begin-----
--- /usr/share/vim/vim58/syntax/ruby.vim        Thu Aug 16 20:53:48 2001
+++ /home/mike/.vim/ruby.vim    Thu Sep 20 22:20:04 2001
@@ -110,3 +110,3 @@
 syn region rubyString matchgroup=rubyStringDelimit start="%[Qx]\=;" end=";" 
skip="\\\\\|\\;" contains=rubyExprSubst
-syn region rubyString matchgroup=rubyStringDelimit start="%[Qx]\==" end="=" 
skip="\\\\\|\\=" contains=rubyExprSubst
+syn region rubyString matchgroup=rubyStringDelimit start="%[Qx]=" end="=" 
skip="\\\\\|\\=" contains=rubyExprSubst
 syn region rubyString matchgroup=rubyStringDelimit start="%[Qx]\=?" end="?" 
skip="\\\\\|\\?" contains=rubyExprSubst
-----patch end-----

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux Amber 2.2.19 #1 Thu Mar 29 15:52:51 CEST 2001 i586
Locale: LANG=pl_PL, LC_CTYPE=pl_PL

-- 
Michal Politowski -- [EMAIL PROTECTED]
Warning: this is a memetically modified message


--- End Message ---
--- Begin Message ---
On Thu, Sep 20, 2001 at 10:33:13PM +0200, Michal Politowski wrote:
> Package: vim-rt
> Version: 5.8.007-4
> Severity: wishlist
> 
> With this patch vim doesn't highlight a modulo assignment
> as if it is a generalized quoted string.

This has been fixed in upstream's ruby syntax file for a while now.
Closing the bug.

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to