Skip to content

Commit

Permalink
update NEWS for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed Oct 5, 2005
1 parent c963eb6 commit 138d5d6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
2005-10-05 Doug Kearns <djkea2@gus.gscit.monash.edu.au> 2005-10-05 Doug Kearns <djkea2@gus.gscit.monash.edu.au>


* NEWS: updated for new release

* bin/vim-ruby-install.rb: raise an exception if there are unknown * bin/vim-ruby-install.rb: raise an exception if there are unknown
args passed to the script args passed to the script


Expand Down
20 changes: 16 additions & 4 deletions NEWS
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,18 @@
= 2005.10.05

== Bug Fixes

Ruby syntax file - allow for comments directly after module/class/def lines
without intervening whitespace (fold markers were breaking syntax highlighting).

Ruby filetype plugin - improve ordering of 'path' elements.

eRuby syntax file - make use of ruby_no_expensive local to the buffer.


= 2005.09.24 = 2005.09.24


== Filetype detection == Filetype Detection


The eruby filetype is now detected solely based on the file's extension. This The eruby filetype is now detected solely based on the file's extension. This
was being overridden by the scripts.vim detection script. was being overridden by the scripts.vim detection script.
Expand All @@ -9,17 +21,17 @@ Note: Only files ending in *.rhtml are detected as filetype eruby since these
are currently assumed to be Ruby embedded in (X)HTML only. Other filetypes are currently assumed to be Ruby embedded in (X)HTML only. Other filetypes
could be supported if requested. could be supported if requested.


== eRuby indent file == eRuby Indent File


There is a new eRuby indent file which simply sources the HTML indent file for There is a new eRuby indent file which simply sources the HTML indent file for
now. now.


== eRuby compiler plugin == eRuby Compiler Plugin


This now supports erb as the default 'makeprg'. To use eruby set the This now supports erb as the default 'makeprg'. To use eruby set the
eruby_compiler variable to "eruby" in your .vimrc eruby_compiler variable to "eruby" in your .vimrc


== Test::Unit compiler plugin == Test::Unit Compiler Plugin


This has been improved and should now display messages similar to, though more This has been improved and should now display messages similar to, though more
detailed than, the GUI test runners. detailed than, the GUI test runners.
Expand Down

0 comments on commit 138d5d6

Please sign in to comment.