From 259f6837a2e12f6ba488d0cf05ff54945977d804 Mon Sep 17 00:00:00 2001 From: Jamie Schembri Date: Wed, 22 Jan 2014 09:16:59 +0100 Subject: [PATCH] Remove NeoBundle check Well that was short-lived. `:NeoBundleDepends` [was removed](https://github.com/Shougo/neobundle.vim/commit/7e644cdac22752345eca21d0cd54930a6cedc74a), leaving me uncertain as to how to declare a dependency within a plugin. I think we may need to fork [neobundle-vim-recipes](https://github.com/Shougo/neobundle-vim-recipes) and add a recipe instead, but I'm currently unable to get recipe functionality working (Windows box, curl issues, etc.). --- plugin/textobj/rubyblock.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugin/textobj/rubyblock.vim b/plugin/textobj/rubyblock.vim index f8ecfc3..e0e5ad1 100644 --- a/plugin/textobj/rubyblock.vim +++ b/plugin/textobj/rubyblock.vim @@ -2,10 +2,6 @@ if exists('g:loaded_textobj_rubyblock') "{{{1 finish endif -if exists(':NeoBundleDepends') - NeoBundleDepends 'kana/vim-textobj-user' -endif - " Interface "{{{1 call textobj#user#plugin('rubyblock', { \ '-': {