Skip to content

Commit

Permalink
update documentation for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed Feb 28, 2007
1 parent 679f1df commit 0e7276a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Expand Up @@ -2,7 +2,7 @@ Maintainers:
Mark Guzman <segfault@hasno.info>
Tim Hammerquist <timh@rubyforge.org>
Doug Kearns <dougkearns@gmail.com>
Tim Pope <vim@tpope.info>
Tim Pope <vimNOSPAM@tpope.info>
Gavin Sinclair <gsinclair@gmail.com>
Nikolai Weibull <now@bitwi.se>

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2007-02-28 Doug Kearns <dougkearns@gmail.com>

* NEWS, CONTRIBUTORS: update documentation for next release

2007-02-27 Tim Pope <vim@tpope.info>

* ftplugin/ruby.vim: Provide 'balloonexpr'.
Expand Down
43 changes: 43 additions & 0 deletions NEWS
@@ -1,3 +1,46 @@
= 2007.02.XX

== Omni Completion

RubyGems is now loaded by default if available.

== Ruby Syntax Highlighting

Ruby code is now highlighted inside interpolation regions.

Symbols are now highlighted with the Constant highlight group. Constants and
class names are now highlighted with the Type highlight group.

Symbol names specified with a string now recognise interpolation and escape
sequences.

Alias statements now receive special highlighting similar to other
'definitions'.

== Ruby Filetype Support

Matchit support has been improved to include (), {}, and [] in the list of
patterns so that these will be appropriately skipped when included in comments.

ri has been added as the 'keywordprg' and 'balloonexpr' is set to return the
output of ri.

== eRuby Indenting

Tim Pope has taken over maintenance of the eRuby indent file. Ruby code is now
indented appropriately.

== Bug Fixes

Ruby syntax file
- trailing whitespace is no longer included with the def, class, module
keywords
- escaped interpolation regions should now be ignored in all cases

eRuby syntax file
- '-' trim mode block delimiters are now recognised


= 2006.07.11

== Omni Completion
Expand Down

0 comments on commit 0e7276a

Please sign in to comment.