]>
Commit | Line | Data |
---|---|---|
321ecaca BB |
1 | let g:Powerline#Matches#matches = { |
2 | \ 'command_t' : Pl#Match#Add('bufname("%")', 'GoToFile'), | |
3 | \ 'ft_help' : Pl#Match#Add('&ft' , 'help'), | |
4 | \ 'ft_man' : Pl#Match#Add('&ft' , 'man'), | |
5 | \ 'ft_qf' : Pl#Match#Add('&ft' , 'qf'), | |
6 | \ 'ft_vimpager' : Pl#Match#Add('&ft' , 'vimpager'), | |
7 | \ 'gundo_preview' : Pl#Match#Add('bufname("%")', '__Gundo_Preview__'), | |
8 | \ 'gundo_tree' : Pl#Match#Add('bufname("%")', '__Gundo__'), | |
9 | \ 'lustyexplorer' : Pl#Match#Add('bufname("%")', '\[LustyExplorer-Buffers\]'), | |
10 | \ 'minibufexplorer' : Pl#Match#Add('bufname("%")', '\-MiniBufExplorer\-'), | |
11 | \ 'tagbar' : Pl#Match#Add('&ft' , 'tagbar'), | |
12 | \ 'nerdtree' : Pl#Match#Add('&ft' , 'nerdtree'), | |
13 | \ } |