diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b2f9903..77d8b35 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -255,6 +255,7 @@ let s:delimiterMap = { \ 'lua': { 'left': '--', 'leftAlt': '--[[', 'rightAlt': ']]' }, \ 'lynx': { 'left': '#' }, \ 'lytex': { 'left': '%' }, + \ 'm4': { 'left': 'dnl ' }, \ 'mail': { 'left': '> ' }, \ 'mako': { 'left': '##' }, \ 'man': { 'left': '."' },