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. --- .gitmodules | 3 + files/.vim/autoload/pathogen.vim | 132 --------------------------------------- files/.vim/bundle/vim-pathogen | 1 + files/.vimrc | 8 +-- 4 files changed, 8 insertions(+), 136 deletions(-) delete mode 100644 files/.vim/autoload/pathogen.vim create mode 160000 files/.vim/bundle/vim-pathogen diff --git a/.gitmodules b/.gitmodules index a015f3a..d9bb1d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "files/.vim/bundle/vim-jade"] path = files/.vim/bundle/vim-jade url = git://github.com/digitaltoad/vim-jade.git +[submodule "files/.vim/bundle/vim-pathogen"] + path = files/.vim/bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen 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,'\\\@ 2 || has('gui_running') syntax on endif - -filetype off " Do so to reload filetype plugins after pathogen -call pathogen#helptags() -call pathogen#runtime_append_all_bundles() filetype plugin indent on runtime! macros/matchit.vim -- cgit v1.2.3