From 362201bce510fce0f694093ddbac9202bedf288b Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Tue, 15 Nov 2022 09:35:51 +0100 Subject: [PATCH] Fix typo --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 45bfc6d..a97a477 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -140,7 +140,7 @@ function! FugitiveExecute(args, ...) abort return call('fugitive#Execute', [a:args] + a:000) endfunction -" FugitiveShellCommand() turns an array of arugments into a Git command string +" FugitiveShellCommand() turns an array of arguments into a Git command string " which can be executed with functions like system() and commands like :!. " Integer arguments will be treated as buffer numbers, and the appropriate " relative path inserted in their place.