diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-23 08:46:40 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-23 08:46:40 -0500 |
| commit | ab4e81bdabe6ea29769bb36a84da97361caf76c8 (patch) | |
| tree | 62a5302f086f44655af9efefdd467ad20d4e99b7 /vim/autoload/Powerline/Functions/cfi.vim | |
| parent | 9c4857b66660faaae28530ad17475037fe554478 (diff) | |
| parent | 75a6977d066445f43fdb0ed35b7ab8398fdc917d (diff) | |
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'vim/autoload/Powerline/Functions/cfi.vim')
| -rw-r--r-- | vim/autoload/Powerline/Functions/cfi.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/autoload/Powerline/Functions/cfi.vim b/vim/autoload/Powerline/Functions/cfi.vim deleted file mode 100644 index a7b472c..0000000 --- a/vim/autoload/Powerline/Functions/cfi.vim +++ /dev/null @@ -1,3 +0,0 @@ -function! Powerline#Functions#cfi#GetCurrentFunction() " {{{ - return cfi#format('%s', '') -endfunction " }}} |