vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vile] vile-9.6n.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.6n.patch.gz
Date: Sun, 25 May 2008 21:07:30 -0400
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

 patch by Thomas E. Dickey <address@hidden>
 created  Mon May 26 01:03:48 UTC 2008
 ------------------------------------------------------------------------------
 CHANGES            |   23 ++++++++++++++
 MANIFEST           |    2 -
 display.c          |    8 ++---
 filters/filters.c  |   10 ++++--
 filters/rb.key     |    6 +++
 filters/rubyfilt.c |   81 ++++++++++++++++++++++++++++++++++++++++++++-------
 patchlev.h         |    2 -
 revlist            |   18 +++++------
 vile-9.6.spec      |    9 ++++-
 9 files changed, 127 insertions(+), 32 deletions(-)
 ------------------------------------------------------------------------------

 20080525 (n)
        > Brendan MacDonell:
        + improve ruby syntax filter:
          + match keywords containing '!' '?' and '=' depending on the context
            (based on my best guesses as to the most common uses, which work
            99% of the time - otherwise the entire ruby parser would need to be
            integrated to correctly mimic these syntax quirks). 
        + remove unmatchable characters from the list of those matched
          following $. 
        + change the instance variable matching to @@?{KEYWORD} instead of
          @+{KEYWORD}. 
        + matching symbols as literals.                                         
        + constants (keywords beginning with a capital) are highlighted with    
          the Type attribute. 
        > Tom Dickey:
        + modify ruby syntax filter to highlight binary integers (such as
          0b10101).
        + disable "*" and "?" abbreviation feature in ruby.key
        + modify parsing of keyword files to accept an empty parameter for
          "abbrev" and "brief", to disable the "*" and "?" feature.
        + revise 9.6c fix for offs2col0(), restores selection highlighting
          of newline (report by Eric Krohn).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]