[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Vim/Ruby Configuration Files, 2007.03.02

Doug Kearns

3/3/2007 8:50:00 AM

G'day folks,

A new release of Vim/Ruby has just been uploaded to RubyForge.

Tim Pope has taken over maintenance of the eRuby indent file and added
support for indenting the Ruby code in these files (in addition to the
existing markup indenting).

The omni completion script now loads RubyGems and defaults to syntax
highlighting based completion if Vim was not compiled with the Ruby
interface. It also includes improved Rails support.

The Ruby ftplugin has been altered to set 'keywordprg' to call ri and
includes a function to return the output of ri to 'ballooneval'. This
allows Gvim users to view the ri output, of the word under the mouse
pointer, as a tooltip.

Some general refinements have been made to the Ruby syntax highlighting
groups and string interpolation regions are now highlighted with the top
level syntax highlighting.

See the NEWS and ChangeLog files for more details.

Regards,
Doug (for the Vim-Ruby Team)

http://vim-ruby.ruby...
http://rubyforge.org/projects...

2 Answers

Martin DeMello

3/3/2007 6:14:00 PM

0

On 3/3/07, Doug Kearns <dougkearns@gmail.com> wrote:
> G'day folks,
>
> A new release of Vim/Ruby has just been uploaded to RubyForge.

The gem dies when I try installing it:

dabba ~ # gem install vim-ruby
Attempting local installation of 'vim-ruby'
Local gem file not found: vim-ruby*.gem
Attempting remote installation of 'vim-ruby'
ERROR: While executing gem ... (ArgumentError)
string contains null byte

Martin DeMello

3/3/2007 7:44:00 PM

0

On 3/3/07, Martin DeMello <martindemello@gmail.com> wrote:
> On 3/3/07, Doug Kearns <dougkearns@gmail.com> wrote:
> > G'day folks,
> >
> > A new release of Vim/Ruby has just been uploaded to RubyForge.
>
> The gem dies when I try installing it:

Was a problem with my rubygems - sorry for the noise

martin