diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index f690e68..178adab 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -412,7 +412,7 @@ let s:delimiterMap = { \ 'spectre': { 'left': '//', 'leftAlt': '*' }, \ 'spice': { 'left': '$' }, \ 'spin': { 'left': '''', 'leftAlt': '{', 'rightAlt': '}' }, - \ 'sql': { 'left': '-- ' }, + \ 'sql': { 'left': '-- ', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'sqlforms': { 'left': '-- ' }, \ 'sqlj': { 'left': '-- ' }, \ 'sqr': { 'left': '!' },