321ecaca BB |
1 | let g:Powerline#Segments#cfi#segments = Pl#Segment#Init('cfi', |
2 | \ (exists('g:cfi_disable') && g:cfi_disable == 0), |
3 | \ |
4 | \ Pl#Segment#Create('current_function', '%{Powerline#Functions#cfi#GetCurrentFunction()}', Pl#Segment#Modes('!N')) |
5 | \ ) |