From 321ecaca67426410316db7db05e6e33809fe1e63 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Fri, 19 Oct 2012 15:09:38 -0500 Subject: Add powerline --- vim/autoload/Powerline/Functions/cfi.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/autoload/Powerline/Functions/cfi.vim (limited to 'vim/autoload/Powerline/Functions/cfi.vim') diff --git a/vim/autoload/Powerline/Functions/cfi.vim b/vim/autoload/Powerline/Functions/cfi.vim new file mode 100644 index 0000000..a7b472c --- /dev/null +++ b/vim/autoload/Powerline/Functions/cfi.vim @@ -0,0 +1,3 @@ +function! Powerline#Functions#cfi#GetCurrentFunction() " {{{ + return cfi#format('%s', '') +endfunction " }}} -- cgit