diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 39a8a10..7c4792f 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -175,7 +175,7 @@ let s:delimiterMap = { \ 'gitrebase': { 'left': '#' }, \ 'gnuplot': { 'left': '#' }, \ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, - \ 'gsp': { 'left': '<%--', 'right': '--%>' }, + \ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': ''}, \ 'gtkrc': { 'left': '#' }, \ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '--' }, \ 'hb': { 'left': '#' },