Ekaitz Zarraga writes: > * doc/contributing.texi(Alternative Setups)[Vim and Neovim]: Fix broken > link to fugitive.vim. > > Change-Id: Ib86239d98c39383169a9cdebc7549477b648206e > --- > doc/contributing.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/contributing.texi b/doc/contributing.texi > index f3cc4d7af7..9e9b89782c 100644 > --- a/doc/contributing.texi > +++ b/doc/contributing.texi > @@ -524,7 +524,7 @@ Vim and NeoVim > automatically indented as you type. > > For the interaction with Git, > -@uref{https://www.vim.org/scripts/script.php?script_id=2975 > +@uref{https://www.vim.org/scripts/script.php?script_id=2975, > @code{fugitive.vim}} is the most commonly used plugin: > > @example > > base-commit: 71b92466430acb8c91841522dc0eb7d766af4388 Thanks for the patch, I've pushed this to master as c07a5f050f67fa9054e93479cdda2f298c567460. Chris