From d1de6136ba943aaaee3083839e58b191c0e2bb9f Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Wed, 2 Mar 2016 01:05:28 -0500 Subject: [PATCH] updated ruby comment to fit with ruby style guide --- 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 816a4d2..5fdbfa8 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': '#' }, \ 'sa': { 'left': '--' }, \ 'samba': { 'left': ';', 'leftAlt': '#' }, \ 'sass': { 'left': '//', 'leftAlt': '/*' },