diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 8bbda73..8929423 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -372,6 +372,7 @@ let s:delimiterMap = { \ 'sqlj': { 'left': '-- ' }, \ 'sqr': { 'left': '!' }, \ 'squid': { 'left': '#' }, + \ 'sshdconfig': { 'left': '#' }, \ 'st': { 'left': '"' }, \ 'stan': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'stp': { 'left': '/*','right': '*/', 'leftAlt': '//' },