Skip to content

Commit

Permalink
Merge pull request #99 from bitterjug/master
Browse files Browse the repository at this point in the history
Fix typo in tagbar support
  • Loading branch information
Joseph Hager authored Nov 17, 2016
2 parents 7760aed + fc8258c commit 255ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/elm/tagbar.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function! s:SetTagbar()
let g:tagbar_type_elm = {
\ 'ctagstype' : 'elm',
\ 'kinds' : [
\ 'c:contants',
\ 'c:constants',
\ 'f:functions',
\ 'p:ports'
\ ]
Expand Down

0 comments on commit 255ce3a

Please sign in to comment.