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': '/*' },