Browse handler API
commit5aaa65736d9cc99c3f8dbd0c24db9d8660b0c236
authorTim Pope <code@tpope.net>
Tue, 22 Jul 2014 04:17:43 +0000 (22 00:17 -0400)
committerTim Pope <code@tpope.net>
Tue, 22 Jul 2014 04:18:24 +0000 (22 00:18 -0400)
treee165cfe427bb421bee85a4ae7081230478575cd7
parent5d1c219ee5e26f518d9a29c575522e81fbd0f762
Browse handler API

Taking experimental out of the name, but small tweaks may occur before
then next release.

For future compatibility, any third party handlers should bail and
return an empty string if any of the following are true:

* More than 2 arguments are given.
* The second argument isn't a dictionary.
* The dictionary doesn't contain a "remote" key.

Closes #445.
plugin/fugitive.vim