From cf248fa66d52e89464cb3d2ea1463618785754ca Mon Sep 17 00:00:00 2001 From: Chris DeLuca Date: Mon, 1 May 2017 11:23:24 -0400 Subject: [PATCH] Fix readme links to Gbrowse plugins Github changed the way they parse markdown, breaking a bunch of patterns. --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index d90a4f2..4509a49 100644 --- 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.