diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 7df5afa..b07130d 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -348,7 +348,7 @@ let s:delimiterMap = { \ 'robots': { 'left': '#' }, \ 'rspec': { 'left': '#' }, \ 'ruby': { 'left': '#', 'leftAlt': '=begin', 'rightAlt': '=end' }, - \ 'rust': { 'left': '//', 'leftAlt': '///', 'rightAlt': '///' }, + \ 'rust': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'sa': { 'left': '--' }, \ 'samba': { 'left': ';', 'leftAlt': '#' }, \ 'sass': { 'left': '//', 'leftAlt': '/*' },