From ffb6e9d825241d725c964bd573abe34d186f59ca Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 10 Oct 2013 22:33:55 +0600 Subject: Update vim pathogen. --- files/.vim/autoload/pathogen.vim | 132 --------------------------------------- 1 file changed, 132 deletions(-) delete mode 100644 files/.vim/autoload/pathogen.vim (limited to 'files/.vim/autoload/pathogen.vim') diff --git a/files/.vim/autoload/pathogen.vim b/files/.vim/autoload/pathogen.vim deleted file mode 100644 index 8ff5699..0000000 --- a/files/.vim/autoload/pathogen.vim +++ /dev/null @@ -1,132 +0,0 @@ -" pathogen.vim - path option manipulation -" Maintainer: Tim Pope -" Version: 1.2 - -" Install in ~/.vim/autoload (or ~\vimfiles\autoload). -" -" API is documented below. - -if exists("g:loaded_pathogen") || &cp - finish -endif -let g:loaded_pathogen = 1 - -" Split a path into a list. -function! pathogen#split(path) abort " {{{1 - if type(a:path) == type([]) | return a:path | endif - let split = split(a:path,'\\\@