Skip to content

Commit 0b3d928

Browse files
committed
Merge pull request #101 from aemonge/patch-1
Corrected the SQL comment keys
2 parents c3756d1 + 00e4195 commit 0b3d928

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugin/NERD_commenter.vim

+4-4
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ let s:delimiterMap = {
290290
\ 'pilrc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
291291
\ 'pine': { 'left': '#' },
292292
\ 'plm': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
293-
\ 'plsql': { 'left': '--', 'leftAlt': '/*', 'rightAlt': '*/' },
293+
\ 'plsql': { 'left': '-- ', 'leftAlt': '/*', 'rightAlt': '*/' },
294294
\ 'po': { 'left': '#' },
295295
\ 'postscr': { 'left': '%' },
296296
\ 'pov': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
@@ -352,9 +352,9 @@ let s:delimiterMap = {
352352
\ 'specman': { 'left': '//' },
353353
\ 'spectre': { 'left': '//', 'leftAlt': '*' },
354354
\ 'spice': { 'left': '$' },
355-
\ 'sql': { 'left': '--' },
356-
\ 'sqlforms': { 'left': '--' },
357-
\ 'sqlj': { 'left': '--' },
355+
\ 'sql': { 'left': '-- ' },
356+
\ 'sqlforms': { 'left': '-- ' },
357+
\ 'sqlj': { 'left': '-- ' },
358358
\ 'sqr': { 'left': '!' },
359359
\ 'squid': { 'left': '#' },
360360
\ 'st': { 'left': '"' },

0 commit comments

Comments
 (0)