diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 6e44a3c..705cf1a 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -133,7 +133,7 @@ let s:delimiterMap = { \ 'csp': { 'left': '--' }, \ 'cterm': { 'left': '*' }, \ 'cucumber': { 'left': '#' }, - \ 'cuda': { 'left': '/*', 'right': '*/', 'leftAlt': '//' }, + \ 'cuda': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'cvs': { 'left': 'CVS:' }, \ 'cython': { 'left': '# ', 'leftAlt': '#' }, \ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },