diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 46a78b3..918fbb6 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -172,7 +172,7 @@ let s:delimiterMap = { \ 'exports': { 'left': '#' }, \ 'factor': { 'left': '! ', 'leftAlt': '!# ' }, \ 'fancy': { 'left': '#' }, - \ 'faust': { 'left': '//' }, + \ 'faust': { 'left': '//' }, \ 'fgl': { 'left': '#' }, \ 'focexec': { 'left': '-*' }, \ 'form': { 'left': '*' },