Skip to content

Commit a7ee5ac

Browse files
committed
NEWS about omnicompletion
1 parent 18bc9fd commit a7ee5ac

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2007-03-02 Tim Pope <vim@tpope.info>
2+
3+
* NEWS: Documented changes to omnicompletion.
4+
15
2007-03-02 Doug Kearns <dougkearns@gmail.com>
26

37
* ftplugin/ruby.vim: refine the conditional/loop expression vs

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33
== Omni Completion
44

5+
Fallback to syntax highlighting completion if Vim lacks the Ruby interface.
6+
57
RubyGems 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

920
Ruby code is now highlighted inside interpolation regions.

0 commit comments

Comments
 (0)