Skip to content

Commit

Permalink
support commenting for the fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
philolo1 committed Aug 16, 2015
1 parent 547b03a commit 6f329df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/tcomment.vim
Expand Up @@ -421,6 +421,7 @@ call tcomment#DefineType('erlang', '%%%% %s' )
call tcomment#DefineType('eruby', '<%%# %s' )
call tcomment#DefineType('esmtprc', '# %s' )
call tcomment#DefineType('expect', '# %s' )
call tcomment#DefineType('fish', '# %s' )
call tcomment#DefineType('form', {'commentstring': '* %s', 'col': 1})
call tcomment#DefineType('fstab', '# %s' )
call tcomment#DefineType('gitconfig', '# %s' )
Expand Down

0 comments on commit 6f329df

Please sign in to comment.