From d5483f13a7ff74e444e7a67922b46ff2eaab38e1 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 18 Jan 2016 11:11:56 -0700 Subject: [PATCH] vim: remove vimproc.vim plugin Not using anything right now that requires vimproc. Unite! can make use of it in its async modes, but currently there appears no need for these async modes, and they in fact seem to cause some issues. --- .gitmodules | 4 ---- vim/bundle/vimproc.vim | 1 - 2 files changed, 5 deletions(-) delete mode 160000 vim/bundle/vimproc.vim diff --git a/.gitmodules b/.gitmodules index e355fd0..85b8424 100644 --- a/.gitmodules +++ b/.gitmodules @@ -162,10 +162,6 @@ path = vim/bundle/vim-unite-history url = https://github.com/thinca/vim-unite-history.git ignore = untracked -[submodule "vim/bundle/vimproc.vim"] - path = vim/bundle/vimproc.vim - url = https://github.com/Shougo/vimproc.vim.git - ignore = untracked [submodule "vim/bundle/unite-qf"] path = vim/bundle/unite-qf url = https://github.com/sgur/unite-qf.git diff --git a/vim/bundle/vimproc.vim b/vim/bundle/vimproc.vim deleted file mode 160000 index aa075b9..0000000 --- a/vim/bundle/vimproc.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aa075b9b56839e1adb08421d2e9837f90e59acad -- 2.39.2