diff --git a/.gitmodules b/.gitmodules index af99c27..882a27f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,51 +1,3 @@ -[submodule "bundle.available/vim-colors-solarized"] - path = bundle.available/vim-colors-solarized - url = http://github.com/altercation/vim-colors-solarized.git -[submodule "bundle.available/command-t"] - path = bundle.available/command-t - url = https://github.com/wincent/Command-T.git -[submodule "bundle.available/supertab"] - path = bundle.available/supertab - url = https://github.com/ervandew/supertab.git -[submodule "bundle.available/vim-markdown"] - path = bundle.available/vim-markdown - url = https://github.com/plasticboy/vim-markdown.git -[submodule "bundle.available/vim-surround"] - path = bundle.available/vim-surround - url = https://github.com/tpope/vim-surround.git -[submodule "bundle.available/matchit"] - path = bundle.available/matchit - url = https://github.com/edsono/vim-matchit -[submodule "bundle.available/ack.vim"] - path = bundle.available/ack.vim - url = https://github.com/mileszs/ack.vim.git -[submodule "bundle.available/vcscommand"] - path = bundle.available/vcscommand - url = git://repo.or.cz/vcscommand -[submodule "bundle.available/git-vim"] - path = bundle.available/git-vim - url = https://github.com/motemen/git-vim.git -[submodule "bundle.available/closetag"] - path = bundle.available/closetag - url = git://github.com/docunext/closetag.vim.git -[submodule "bundle.available/pyflakes"] - path = bundle.available/pyflakes - url = git://github.com/kevinw/pyflakes-vim.git -[submodule "bundle.available/nerdcommenter"] - path = bundle.available/nerdcommenter - url = git://github.com/scrooloose/nerdcommenter.git -[submodule "bundle.available/fugitive"] - path = bundle.available/fugitive - url = git://github.com/tpope/vim-fugitive.git -[submodule "bundle.available/tagbar"] - path = bundle.available/tagbar - url = git://github.com/majutsushi/tagbar.git -[submodule "bundle.available/delimitmate"] - path = bundle.available/delimitmate - url = git://github.com/Raimondi/delimitMate.git -[submodule "bundle.available/vim-less"] - path = bundle.available/vim-less - url = https://github.com/groenewege/vim-less.git -[submodule "bundle.available/vim-coffee-script"] - path = bundle.available/vim-coffee-script - url = https://github.com/kchmck/vim-coffee-script.git +[submodule "bundle/vim-pathogen"] + path = bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen.git diff --git a/autoload/pathogen.vim b/autoload/pathogen.vim deleted file mode 100644 index e10fac9..0000000 --- a/autoload/pathogen.vim +++ /dev/null @@ -1,142 +0,0 @@ -" 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,'\\\@ 2) - syntax on -endif - -"enable filetype detection -"filetype on -filetype plugin on -filetype indent on - "ignore some files set wildignore+=*.o,*.obj,.git,.svn,*.pyc @@ -149,11 +146,16 @@ map  map!  map  map!  -"Terminal.app option+arrows +"Lion Terminal.app option+arrows map b map! b map f map! f +"Terminal.app option+arrows +map  +map!  +map  +map!  " make meta move on words like control map