diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 2a5c9a5..0c55f80 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -341,7 +341,7 @@ let s:delimiterMap = { \ 'robots': { 'left': '#' }, \ 'rspec': { 'left': '#' }, \ 'ruby': { 'left': '#' }, - \ 'rust': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'rust': { 'left': '//', 'leftAlt': '///', 'rightAlt': '///' }, \ 'sa': { 'left': '--' }, \ 'samba': { 'left': ';', 'leftAlt': '#' }, \ 'sass': { 'left': '//', 'leftAlt': '/*' },