Skip to content

MaxMEllon/ruby_matchit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

ruby_matchit (vim-plugin)

Quote : ruby-matchit

Description

vim-scriptにあったrubyのdo-endを%でジャンプする関数をプラグイン化

rspecで使う it-endや describe-endにも対応できるように

Mapping

% : Jump to keyword ie. if-end -> elsid-else -> end...

How to use

NeoBundleLazy 'MaxMEllon/ruby_matchit', { 'autoload' : { 'filetypes' : [ 'ruby' ] } }

:NeoBundleInstall

About

'Matchit' for Ruby.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%