diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 00263cd..659f588 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -267,6 +267,7 @@ let s:delimiterMap = { \ 'objj': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'ocaml': { 'left': '(*', 'right': '*)' }, \ 'occam': { 'left': '--' }, + \ 'octave': { 'left': '%', 'leftAlt': '#' }, \ 'omlet': { 'left': '(*', 'right': '*)' }, \ 'omnimark': { 'left': ';' }, \ 'ooc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },