From 9a0639a95badaac92fe17fb649452763dce1aa60 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 Sep 2013 01:20:57 +1200 Subject: No longer using Eunuch It overwrites one of my bindings anyway --- .gitmodules | 4 ---- vim/after/plugin/eunuch.vim | 5 ----- vim/bundle/eunuch | 1 - 3 files changed, 10 deletions(-) delete mode 100644 vim/after/plugin/eunuch.vim delete mode 160000 vim/bundle/eunuch diff --git a/.gitmodules b/.gitmodules index 2f2941dc..c292430f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,10 +26,6 @@ path = vim/bundle/abolish url = git://github.com/tpope/vim-abolish.git ignore = dirty -[submodule "vim/bundle/eunuch"] - path = vim/bundle/eunuch - url = git://github.com/tpope/vim-eunuch.git - ignore = dirty [submodule "vim/bundle/markdown"] path = vim/bundle/markdown url = git://github.com/tpope/vim-markdown.git diff --git a/vim/after/plugin/eunuch.vim b/vim/after/plugin/eunuch.vim deleted file mode 100644 index 7297676b..00000000 --- a/vim/after/plugin/eunuch.vim +++ /dev/null @@ -1,5 +0,0 @@ -" Replace Eunuch's remapping of :W -if has('user_commands') - command! -bang -complete=file -nargs=? W w -endif - diff --git a/vim/bundle/eunuch b/vim/bundle/eunuch deleted file mode 160000 index 6a4d1933..00000000 --- a/vim/bundle/eunuch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6a4d1933ad61ad94f2fa06905337a51cb0304ac1 -- cgit v1.2.3