diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index e062bc2..be7f103 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -312,6 +312,7 @@ let s:delimiterMap = { \ 'rgb': { 'left': '!' }, \ 'rib': { 'left': '#' }, \ 'robots': { 'left': '#' }, + \ 'rspec': { 'left': '#' }, \ 'ruby': { 'left': '#' }, \ 'sa': { 'left': '--' }, \ 'samba': { 'left': ';', 'leftAlt': '#' },