diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index ee39222..e062bc2 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -176,7 +176,7 @@ let s:delimiterMap = { \ 'gitconfig': { 'left': ';' }, \ 'gitrebase': { 'left': '#' }, \ 'gnuplot': { 'left': '#' }, - \ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' } + \ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': ''}, \ 'gtkrc': { 'left': '#' },