adding new stuff
This commit is contained in:
parent
f84d7183aa
commit
9ef8a96f9a
1580 changed files with 0 additions and 0 deletions
13
plugins/bundle/vim-powerline/autoload/Powerline/Matches.vim
Normal file
13
plugins/bundle/vim-powerline/autoload/Powerline/Matches.vim
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
let g:Powerline#Matches#matches = {
|
||||
\ 'command_t' : Pl#Match#Add('bufname(winbufnr(a:window))', '^GoToFile$'),
|
||||
\ 'bt_help' : Pl#Match#Add('getwinvar(a:window, "&bt")' , '^help$'),
|
||||
\ 'ft_man' : Pl#Match#Add('getwinvar(a:window, "&ft")' , '^man$'),
|
||||
\ 'ft_qf' : Pl#Match#Add('getwinvar(a:window, "&ft")' , '^qf$'),
|
||||
\ 'ft_vimpager' : Pl#Match#Add('getwinvar(a:window, "&ft")' , 'vimpager'),
|
||||
\ 'gundo_preview' : Pl#Match#Add('bufname(winbufnr(a:window))', '^__Gundo_Preview__$'),
|
||||
\ 'gundo_tree' : Pl#Match#Add('bufname(winbufnr(a:window))', '^__Gundo__$'),
|
||||
\ 'lustyexplorer' : Pl#Match#Add('bufname(winbufnr(a:window))', '\[LustyExplorer\-Buffers\]'),
|
||||
\ 'minibufexplorer' : Pl#Match#Add('bufname(winbufnr(a:window))', '^\-MiniBufExplorer\-$'),
|
||||
\ 'tagbar' : Pl#Match#Add('getwinvar(a:window, "&ft")' , '^tagbar$'),
|
||||
\ 'nerdtree' : Pl#Match#Add('getwinvar(a:window, "&ft")' , '^nerdtree$'),
|
||||
\ }
|
||||
Loading…
Add table
Add a link
Reference in a new issue