diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-11-19 22:46:56 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-11-20 14:58:09 +0000 |
commit | c07a5f050f67fa9054e93479cdda2f298c567460 (patch) | |
tree | cb4925692eff8aaadae748fbf154dd1dce55c8ab /doc/contributing.texi | |
parent | 436bbc90fcc6eb300684117aeb286cf6404beb57 (diff) |
doc: contributing: Fix syntax in link.
* doc/contributing.texi(Alternative Setups)[Vim and Neovim]: Fix broken link
to fugitive.vim.
Change-Id: Ib86239d98c39383169a9cdebc7549477b648206e
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ We also recommend that you run @code{:set autoindent} so that your code is 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 |