commit cf248fa66d52e89464cb3d2ea1463618785754ca (tree) parent 779949c255377ace6e4f5b226ce9eba49d276fcf Author: Chris DeLuca <bronzehedwick@gmail.com> Date: Mon, 1 May 2017 11:23:24 -0400 Fix readme links to Gbrowse plugins Github changed the way they parse markdown, breaking a bunch of patterns. Diffstat:
| M | README.markdown | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.markdown b/README.markdown @@ -41,9 +41,9 @@ support is provided for `git instaweb`, and plugins are available for popular providers such as [GitHub][rhubarb.vim], [GitLab][fugitive-gitlab.vim], and [Bitbucket][fubitive.vim]. -[rhubarb.vim](https://github.com/tpope/vim-rhubarb) -[fugitive-gitlab.vim](https://github.com/shumphrey/fugitive-gitlab.vim) -[fubitive.vim](https://github.com/tommcdo/vim-fubitive) +[rhubarb.vim]: https://github.com/tpope/vim-rhubarb +[fugitive-gitlab.vim]: https://github.com/shumphrey/fugitive-gitlab.vim +[fubitive.vim]: https://github.com/tommcdo/vim-fubitive Add `%{fugitive#statusline()}` to `'statusline'` to get an indicator with the current branch in (surprise!) your statusline.