Skip to content

Commit 259f683

Browse files
committed
Remove NeoBundle check
Well that was short-lived. `:NeoBundleDepends` [was removed](Shougo/neobundle.vim@7e644cd), 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.).
1 parent ae54af7 commit 259f683

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugin/textobj/rubyblock.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ if exists('g:loaded_textobj_rubyblock') "{{{1
22
finish
33
endif
44

5-
if exists(':NeoBundleDepends')
6-
NeoBundleDepends 'kana/vim-textobj-user'
7-
endif
8-
95
" Interface "{{{1
106
call textobj#user#plugin('rubyblock', {
117
\ '-': {

0 commit comments

Comments
 (0)