From fc8258c86a2040d5a6113f6f1dcc2e794b763af0 Mon Sep 17 00:00:00 2001 From: Mark Skipper Date: Thu, 17 Nov 2016 21:12:43 +0000 Subject: [PATCH] Fix typo in tagbr support --- ftplugin/elm/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/elm/tagbar.vim b/ftplugin/elm/tagbar.vim index f74a600..fa69fd1 100644 --- a/ftplugin/elm/tagbar.vim +++ b/ftplugin/elm/tagbar.vim @@ -9,7 +9,7 @@ function! s:SetTagbar() let g:tagbar_type_elm = { \ 'ctagstype' : 'elm', \ 'kinds' : [ - \ 'c:contants', + \ 'c:constants', \ 'f:functions', \ 'p:ports' \ ]