Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke Kawahara committed May 11, 2011
2 parents 02caf3b + 82df516 commit 645724d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vimrc
Expand Up @@ -5,7 +5,6 @@ set rtp+=~/.vim/vundle/
call vundle#rc()

" Bundle Files --- [Begin]

" Unite
Bundle 'Shougo/unite.vim'
Bundle 'ujihisa/unite-gem'
Expand Down Expand Up @@ -292,11 +291,9 @@ if isdirectory(expand('~/.vim/bundle'))
autocmd BufRead,BufNewFile *.md setfiletype mkd
augroup END


call unite#define_source(s:unite_source)
endif

if filereadable(expand('~/.vimrc.local'))
source ~/.vimrc.local
endif

0 comments on commit 645724d

Please sign in to comment.