From 1b621843051b854a3fb945cd37256e977a2a3288 Mon Sep 17 00:00:00 2001 From: Anton Panov Date: Wed, 30 Jul 2014 01:54:34 +0400 Subject: [PATCH] Add ruby multiline comment tags --- plugin/NERD_commenter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b7ba977..0fcb693 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -316,7 +316,7 @@ let s:delimiterMap = { \ 'rib': { 'left': '#' }, \ 'robots': { 'left': '#' }, \ 'rspec': { 'left': '#' }, - \ 'ruby': { 'left': '#' }, + \ 'ruby': { 'left': '#', 'leftAlt': '=begin', 'rightAlt': '=end' }, \ 'sa': { 'left': '--' }, \ 'samba': { 'left': ';', 'leftAlt': '#' }, \ 'sass': { 'left': '//', 'leftAlt': '/*' },