diff options
| author | Ben Beltran <ben@nsovocal.com> | 2013-04-16 01:22:46 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2013-04-16 01:22:46 -0500 |
| commit | 577b791c99b07471ec27e1f9c09e756a6f1da0cd (patch) | |
| tree | 60daaa41542b03720931b5eace3b55abf57cf515 /vim/autoload/Powerline/Matches.vim | |
| parent | 07c693d23065b9371ba3aa713e8fd4b0e9874c9d (diff) | |
Use the newer powerline.
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'), -\ } |