ruby.vim


Ⅰ. 插件描述

Ruby language compiler plugin

Ⅱ. 基本信息

创建日期:  2002-07-22
使用用户:  65
Github星:  2
插件作者:  Tim Hammerquist

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin '/ruby-vim-or-are-not'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle '/ruby-vim-or-are-not'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug '/ruby-vim-or-are-not'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/vim-scripts/ruby.vim

Ⅳ. 文档说明

NB: The ruby compiler plugin is now part of the vim-ruby project at rubyforge.org.  Please visit the vim-ruby project page for the latest information about this plugin and the vim-ruby project.  This page no longer contains the most recent version of the plugin.

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

This is a compiler plugin for the Ruby language.  Not terribly glamorous, but it does take advantage of multi-line errorformats, and it's a little more graceful than the errorformats I've seen so far.

添加新评论