Skip to content

Commit b5b84e4

Browse files
committed
Merge pull request #17 from shkm/patch-1
Remove NeoBundle check
2 parents ae54af7 + 259f683 commit b5b84e4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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)