Skip to content

Commit

Permalink
Merge pull request #17 from shkm/patch-1
Browse files Browse the repository at this point in the history
Remove NeoBundle check
  • Loading branch information
nelstrom committed Jan 22, 2014
2 parents ae54af7 + 259f683 commit b5b84e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin/textobj/rubyblock.vim
Expand Up @@ -2,10 +2,6 @@ if exists('g:loaded_textobj_rubyblock') "{{{1
finish finish
endif endif


if exists(':NeoBundleDepends')
NeoBundleDepends 'kana/vim-textobj-user'
endif

" Interface "{{{1 " Interface "{{{1
call textobj#user#plugin('rubyblock', { call textobj#user#plugin('rubyblock', {
\ '-': { \ '-': {
Expand Down

0 comments on commit b5b84e4

Please sign in to comment.