forked from bronson/vim-ruby-block-conv
-
Notifications
You must be signed in to change notification settings - Fork 0
Convert Ruby blocks between {} and begin/end
mandre/vim-ruby-block-conv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Quickly convert Ruby blocks between {} and begin/end.
Trigger the conversion with :B or <leader>B.
From http://eigenclass.org/hiki/Ruby+block+conversion+macros+for+Vim
--------
When committing to this repo, make sure the author date matches the
upstream release date. For 0.1 released on 2005-11-14:
$ GIT_AUTHOR_DATE=2005-11-14T00:00:00 git commit
$ GIT_COMMITTER_DATE=2005-11-14T00:00:00 git tag -a 0.1
About
Convert Ruby blocks between {} and begin/end
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Vim Script 100.0%