diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 4102e38..7cd4bc1 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -105,6 +105,7 @@ let s:delimiterMap = { \ 'calibre': { 'left': '//' }, \ 'catalog': { 'left': '--', 'right': '--' }, \ 'c': { 'left': '/*','right': '*/', 'leftAlt': '//' }, + \ 'cf': { 'left': '' }, \ 'cfg': { 'left': '#' }, \ 'cg': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'ch': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },