motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit e47121f8fdaf9bef5b2861d2ce3da4d589c0a14f (tree)
parent cd67d087df560a2cbf02cf74fbb937797d4ae797
Author: Tim Pope <code@tpope.net>
Date:   Mon, 15 Nov 2021 00:31:32 -0500

Fix typo

Diffstat:
Mplugin/fugitive.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -211,8 +211,8 @@ function! FugitiveRemoteUrl(...) abort endfunction " FugitiveRemote() returns a data structure parsed from the remote URL. -" For example, for remote URL is "https://me@example.com:1234/repo.git", -" the returned dictionary will contain the following: +" For example, for remote URL "https://me@example.com:1234/repo.git", the +" returned dictionary will contain the following: " " * "scheme": "https" " * "authority": "user@example.com:1234"