diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index a92fbeb..e8e1af9 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -93,6 +93,7 @@ let s:delimiterMap = { \ 'asterisk': { 'left': ';' }, \ 'asy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'atlas': { 'left': 'C', 'right': '$' }, + \ 'augeas': { 'left': '(*', 'right': '*)' }, \ 'autohotkey': { 'left': ';', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'autoit': { 'left': ';' }, \ 'ave': { 'left': "'" },