diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-23 08:46:40 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-23 08:46:40 -0500 |
| commit | 5fab93bf6c853f0f37d30f9cb91a0760d3e006cb (patch) | |
| tree | f1d69f20fa36b2998ee9774074c6f5d0b10a4776 /vim/autoload/Powerline/Matches.vim | |
| parent | 400b7c363c615dca6674a0381122d35f0949b6e6 (diff) | |
| parent | 577b791c99b07471ec27e1f9c09e756a6f1da0cd (diff) | |
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'vim/autoload/Powerline/Matches.vim')
| -rw-r--r-- | vim/autoload/Powerline/Matches.vim | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vim/autoload/Powerline/Matches.vim b/vim/autoload/Powerline/Matches.vim deleted file mode 100644 index a71f734..0000000 --- a/vim/autoload/Powerline/Matches.vim +++ /dev/null @@ -1,13 +0,0 @@ -let g:Powerline#Matches#matches = { - \ 'command_t' : Pl#Match#Add('bufname("%")', 'GoToFile'), - \ 'ft_help' : Pl#Match#Add('&ft' , 'help'), - \ 'ft_man' : Pl#Match#Add('&ft' , 'man'), - \ 'ft_qf' : Pl#Match#Add('&ft' , 'qf'), - \ 'ft_vimpager' : Pl#Match#Add('&ft' , 'vimpager'), - \ 'gundo_preview' : Pl#Match#Add('bufname("%")', '__Gundo_Preview__'), - \ 'gundo_tree' : Pl#Match#Add('bufname("%")', '__Gundo__'), - \ 'lustyexplorer' : Pl#Match#Add('bufname("%")', '\[LustyExplorer-Buffers\]'), - \ 'minibufexplorer' : Pl#Match#Add('bufname("%")', '\-MiniBufExplorer\-'), - \ 'tagbar' : Pl#Match#Add('&ft' , 'tagbar'), - \ 'nerdtree' : Pl#Match#Add('&ft' , 'nerdtree'), -\ } |