Browse Source

remove commands from test/vimrc

events
gmarik 15 years ago
parent
commit
87912d06a3
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      test/vimrc

+ 0
- 4
test/vimrc View File

@ -7,8 +7,6 @@ set rtp+=~/.vim/vundle.git/
call vundle#rc('/tmp/vundle_bundles') call vundle#rc('/tmp/vundle_bundles')
silent BundleClean!
" vim-scripts name " vim-scripts name
Bundle 'molokai' Bundle 'molokai'
@ -40,8 +38,6 @@ filetype plugin indent on " Automatically detect file types.
set wildignore+=doc " should not break helptags set wildignore+=doc " should not break helptags
BundleInstall
func! s:assert_bundles() abort func! s:assert_bundles() abort
for b in g:bundles for b in g:bundles
if (!isdirectory(b.path().'/.git')) if (!isdirectory(b.path().'/.git'))


Loading…
Cancel
Save