diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 7cd1638..1489655 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -277,6 +277,7 @@ let s:delimiterMap = { \ 'opl': { 'left': "REM" }, \ 'ora': { 'left': '#' }, \ 'ox': { 'left': '//' }, + \ 'pandoc': { 'left': '' }, \ 'pascal': { 'left': '{','right': '}', 'leftAlt': '(*', 'rightAlt': '*)' }, \ 'patran': { 'left': '$', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'pcap': { 'left': '#' },