1 let g:Powerline#Themes#default#theme = Pl#Theme#Create(
7 \ , Pl#Segment#Truncate()
8 \ , 'cfi:current_function'
11 \ , 'virtualenv:statusline'
19 \ Pl#Theme#Buffer('command_t'
20 \ , ['static_str.name', 'Command-T']
21 \ , Pl#Segment#Truncate()
22 \ , Pl#Segment#Split()
23 \ , ['raw.line', '%10(Match #%l%)']
26 \ Pl#Theme#Buffer('gundo', Pl#Match#Any('gundo_tree')
27 \ , ['static_str.name', 'Gundo']
28 \ , ['static_str.buffer', 'Undo tree']
29 \ , Pl#Segment#Truncate()
30 \ , Pl#Segment#Split()
33 \ Pl#Theme#Buffer('gundo', Pl#Match#Any('gundo_preview')
34 \ , ['static_str.name', 'Gundo']
35 \ , ['static_str.buffer', 'Diff preview']
36 \ , Pl#Segment#Truncate()
37 \ , Pl#Segment#Split()
40 \ Pl#Theme#Buffer('ft_help'
41 \ , ['static_str.name', 'Help']
43 \ , Pl#Segment#Truncate()
44 \ , Pl#Segment#Split()
48 \ Pl#Theme#Buffer('ft_vimpager'
49 \ , ['static_str.name', 'Pager']
51 \ , Pl#Segment#Truncate()
52 \ , Pl#Segment#Split()
56 \ Pl#Theme#Buffer('lustyexplorer'
57 \ , ['static_str.name', 'LustyExplorer']
58 \ , ['static_str.buffer', 'Buffer list']
59 \ , Pl#Segment#Truncate()
60 \ , Pl#Segment#Split()
63 \ Pl#Theme#Buffer('ft_man'
64 \ , ['static_str.name', 'Man page']
66 \ , Pl#Segment#Truncate()
67 \ , Pl#Segment#Split()
71 \ Pl#Theme#Buffer('minibufexplorer'
72 \ , ['static_str.name', 'MiniBufExplorer']
73 \ , Pl#Segment#Truncate()
74 \ , Pl#Segment#Split()
77 \ Pl#Theme#Buffer('ft_qf'
78 \ , ['static_str.name', 'Quickfix']
79 \ , Pl#Segment#Truncate()
80 \ , Pl#Segment#Split()
83 \ Pl#Theme#Buffer('tagbar'
84 \ , ['static_str.name', 'Tagbar']
85 \ , ['static_str.buffer', 'Tree']
86 \ , Pl#Segment#Truncate()
87 \ , Pl#Segment#Split()
90 \ Pl#Theme#Buffer('ctrlp', Pl#Theme#Callback('ctrlp_main', 'if ! exists("g:ctrlp_status_func") | let g:ctrlp_status_func = {} | endif | let g:ctrlp_status_func.main = "%s"')
95 \ , Pl#Segment#Truncate()
96 \ , Pl#Segment#Split()
102 \ Pl#Theme#Buffer('ctrlp', Pl#Theme#Callback('ctrlp_prog', 'if ! exists("g:ctrlp_status_func") | let g:ctrlp_status_func = {} | endif | let g:ctrlp_status_func.prog = "%s"')
104 \ , Pl#Segment#Truncate()
105 \ , Pl#Segment#Split()
109 \ Pl#Theme#Buffer('nerdtree'
110 \ , ['raw.name', '%{expand("%:p:h")}']
111 \ , Pl#Segment#Truncate()
112 \ , Pl#Segment#Split()