Skip to content

Commit

Permalink
give darcs: rewriting a try
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber committed Nov 12, 2013
1 parent 279694e commit cf270d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/vam/install.vim
Expand Up @@ -66,6 +66,8 @@ fun! vam#install#RewriteName(name)
return {'type' : 'git', 'url' : a:name[len('git:'):]}
elseif a:name[:2]==#'hg:'
return {'type' : 'hg', 'url' : a:name[len('hg:'):]}
elseif a:name[:2]==#'darcs:'
return {'type' : 'darcs', 'url' : a:name[len('darcs:'):]}
endif

endfun
Expand Down

0 comments on commit cf270d7

Please sign in to comment.