File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2007-03-02 Tim Pope <vim@tpope.info>
2+
3+ * NEWS: Documented changes to omnicompletion.
4+
152007-03-02 Doug Kearns <dougkearns@gmail.com>
26
37 * ftplugin/ruby.vim: refine the conditional/loop expression vs
Original file line number Diff line number Diff line change 22
33== Omni Completion
44
5+ Fallback to syntax highlighting completion if Vim lacks the Ruby interface.
6+
57RubyGems is now loaded by default if available.
68
9+ Classes are detected using ObjectSpace. Kernel methods are included in method
10+ completion.
11+
12+ More robustness; failure to parse buffer no longer errors or prevents
13+ completion.
14+
15+ Added completion in Rails views. Rails helpers are included. Rails migrations
16+ now have completion.
17+
718== Ruby Syntax Highlighting
819
920Ruby code is now highlighted inside interpolation regions.
You can’t perform that action at this time.
0 commit comments