1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-19 12:56:58 +00:00
dotfiles/files/vim/.vim/bundle/vim-powerline/autoload/Powerline/Segments/cfi.vim
2014-06-08 15:02:00 +05:30

6 lines
238 B
VimL

let g:Powerline#Segments#cfi#segments = Pl#Segment#Init('cfi',
\ (exists('g:cfi_disable') && g:cfi_disable == 0),
\
\ Pl#Segment#Create('current_function', '%{Powerline#Functions#cfi#GetCurrentFunction()}', Pl#Segment#Modes('!N'))
\ )