From d9f96ceaf3067764c9a35ab5a8c8bf3ee03a8e37 Mon Sep 17 00:00:00 2001 From: Keith Hughitt Date: Tue, 15 Apr 2014 21:47:38 -0400 Subject: [PATCH] Added support for RMarkdown files Closes #148 --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 69bd643..6fcd71b 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -325,6 +325,7 @@ let s:delimiterMap = { \ 'resolv': { 'left': '#' }, \ 'rgb': { 'left': '!' }, \ 'rib': { 'left': '#' }, + \ 'rmd': { 'left': '#' }, \ 'robots': { 'left': '#' }, \ 'rspec': { 'left': '#' }, \ 'ruby': { 'left': '#' },