" pathogen.vim - path option manipulation " Maintainer: Tim Pope " Version: 1.3 " 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,'\\\@