[ruby-talk:00262] if_ruby for vim-5.3

From: Shugo Maeda <shugo@...>
Date: 1999-03-25 07:41:06 UTC
List: ruby-talk #262
Hi, Ruby hackers.

I wrote Ruby interface for vim-5.3.
if_ruby provides three vim commands.

:ruby {exp}		Evaluate Ruby expression {exp}.

:[range]rubydo {exp}	Evaluate Ruby expression {exp}. for each line in the
			[range], with $_ being set to the text of each line in
			turn, without a trailing <EOL>. Setting $_ will change
			the text, but note that it is not possible to add or
			delete lines using this command.

:ruby {file}		Execute the Ruby script in {file}.

This file is a patch for vim-5.3.


Shugo

Attachments (1)

vim-5.3-ruby.diff.gz (5.54 KB, Archive)

In This Thread

Prev Next