Skip to content

Commit c3139fc

Browse files
author
Gaspar Chilingarov
committed
On tagbar open modules may be folded.
1 parent f15a691 commit c3139fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugin/vim-ide-elixir.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
" vim: et ts=2 sts=2 sw=2
33
"
44

5-
65
let s:path = fnamemodify(resolve(expand('<sfile>:p')), ':h:h')
76
let s:bundle_path = s:path."/bundle"
87

@@ -91,7 +90,7 @@ let g:tagbar_type_elixir = {
9190
\ 'deffile' : s:path . '/extras/elixir-ctags/.ctags',
9291
\ 'transform': function("Tag_transform"),
9392
\ 'kinds' : [
94-
\ 'm:modules',
93+
\ 'm:modules:1',
9594
\ 'O:OTP callbacks',
9695
\ 't:tests',
9796
\ 'f:functions (public)',

0 commit comments

Comments
 (0)