diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index c1fd09a..3265bf0 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -250,6 +250,7 @@ let s:delimiterMap = { \ 'natural': { 'left': '/*' }, \ 'ncf': { 'left': ';' }, \ 'newlisp': { 'left': ';' }, + \ 'nimrod': { 'left': '#' }, \ 'nroff': { 'left': '\"' }, \ 'nsis': { 'left': '#' }, \ 'ntp': { 'left': '#' },