Browse Source

comment

events
gmarik 15 years ago
parent
commit
258dd4cf5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/vimrc

+ 1
- 1
test/vimrc View File

@ -46,7 +46,7 @@ Bundle! '~/.vim/vundle.git/test/'
" just create one
Bundle! 'a_plugin'
"
" just create one
" just create one, and override name
Bundle! 'b_plugin', {'name': 'zzz'}
filetype plugin indent on " Automatically detect file types.


Loading…
Cancel
Save