diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 705cf1a..12e9476 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -175,13 +175,13 @@ let s:delimiterMap = { \ 'fancy': { 'left': '#' }, \ 'faust': { 'left': '//' }, \ 'fgl': { 'left': '#' }, + \ 'fluent': { 'left': '#', 'leftAlt': '##' }, \ 'focexec': { 'left': '-*' }, \ 'form': { 'left': '*' }, \ 'fortran': { 'left': '!' }, \ 'foxpro': { 'left': '*' }, \ 'fsharp': { 'left': '(*', 'right': '*)', 'leftAlt': '//' }, \ 'fstab': { 'left': '#' }, - \ 'ftl': { 'left': '#', 'leftAlt': '##' }, \ 'fvwm': { 'left': '#' }, \ 'fx': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'gams': { 'left': '*' },