Browse Source

do not override default opts

- modify instead
v
gmarik 15 years ago
parent
commit
49e4ca7bb7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/config.vim

+ 1
- 1
autoload/vundle/config.vim View File

@ -43,7 +43,7 @@ func! s:parse_name(arg)
if len(args) == 2
let revision = args[1]
let opts = {'v': revision}
let opts['v'] = revision
end
if arg =~? '^\s*\(gh\|github\):\S\+'


Loading…
Cancel
Save