File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 112005-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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments