Package: vile
Version: 9.4-o1
Severity: normal
Tags: sid
Hi!
Since the most recent upload all my Ruby code is colored green (my color
for Literal) after the first require '<library>' line. This is rather
inconventient.
I haven't found out yet if it is the folder (couldn't find if it was
changed) or a more general vile filtering problem.
I have attached a small example file which can show what goes wrong.
Paul
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages vile depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libncurses5 5.4-4 Shared libraries for terminal hand
ii libperl5.8 5.8.4-5 Shared Perl library
ii vile-common 9.4-o1 VI Like Emacs - support files for
-- no debconf information
#!/usr/bin/ruby
require 'yaml'
class ThisIsAllGreen
def initialize
"Strings even don't make it turn normal"
end
end