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