diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 4102e38..566d5be 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -150,6 +150,7 @@ let s:delimiterMap = { \ 'eruby': { 'left': '<%#', 'right': '%>', 'leftAlt': '' }, \ 'expect': { 'left': '#' }, \ 'exports': { 'left': '#' }, + \ 'fancy': { 'left': '#' }, \ 'factor': { 'left': '! ', 'leftAlt': '!# ' }, \ 'fgl': { 'left': '#' }, \ 'focexec': { 'left': '-*' },