Skip to content

Commit 6cf9ed7

Browse files
committed
update NEWS for new release
1 parent c09ae15 commit 6cf9ed7

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2005-09-24 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
22

3+
* NEWS: updated for new release
4+
35
* syntax/ruby.vim: fix typo in rubyControl highlight group name
46

57
* bin/vim-ruby-install.rb: add --backup option and include short

NEWS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
= 2005.09.24
2+
3+
== Filetype detection
4+
5+
The eruby filetype is now detected solely based on the file's extension. This
6+
was being overridden by the scripts.vim detection script.
7+
8+
Note: Only files ending in *.rhtml are detected as filetype eruby since these
9+
are currently assumed to be Ruby embedded in (X)HTML only. Other filetypes
10+
could be supported if requested.
11+
12+
== eRuby indent file
13+
14+
There is a new eRuby indent file which simply sources the HTML indent file for
15+
now.
16+
17+
== eRuby compiler plugin
18+
19+
This now supports erb as the default 'makeprg'. To use eruby set the
20+
eruby_compiler variable to "eruby" in your .vimrc
21+
22+
== Test::Unit compiler plugin
23+
24+
This has been improved and should now display messages similar to, though more
25+
detailed than, the GUI test runners.
26+
27+
== Bug Fixes
28+
29+
A few minor bugs have been fixed in the Ruby syntax and indent files.
30+
31+
132
= 2005.09.15
233

334
== eRuby Support

0 commit comments

Comments
 (0)