diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 614b9d2..31ea0d5 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -431,7 +431,7 @@ let s:delimiterMap = { \ 'tex': { 'left': '%' }, \ 'texinfo': { 'left': "@c " }, \ 'texmf': { 'left': '%' }, - \ 'tf': { 'left': ';' }, + \ 'tf': { 'left': '#' }, \ 'tidy': { 'left': '#' }, \ 'tli': { 'left': '#' }, \ 'tmux': { 'left': '#' },